IfcEntity.op_Equality

IfcEntity Equality operator

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

public static bool operator ==(IfcEntity left, IfcEntity right)
ParameterTypeDescription
leftIfcEntityThe left.
rightIfcEntityThe right.

Return Value

The result of the operator.

See Also