Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Equality Operator

In This Topic
Equality Operator (PropertyValue)
In This Topic
Determines whether two PropertyValues objects have the same value.
Syntax
public bool operator ==( 
   PropertyValue lhs,
   PropertyValue rhs
)

Parameters

lhs
rhs

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 for comparison.
See Also