IfcEntityBase.op_Equality

IfcEntityBase Equality operator

Implements the operator ==. Used to compare two entities for equal

public static bool operator ==(IfcEntityBase left, IfcEntityBase right)
ParameterTypeDescription
leftIfcEntityBaseThe left.
rightIfcEntityBaseThe right.

Return Value

The result of the operator.

See Also