Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Equals Method / Equals(PropertyValue) Method

In This Topic
Equals(PropertyValue) Method
In This Topic
Determines whether two PropertyValues objects have the same value.
Syntax
public bool Equals( 
   PropertyValue other
)

Parameters

other

Return Value

True when both values are the same.
Remarks
If member IsEmpty of compared property value is true then an empty string is used as a value for comparison.
See Also