IfcEntity.op_Equality

IfcEntity Equality operator

Implements the operator ==.

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

Return Value

The result of the operator.

See Also