IfcEntityBase.op_Inequality

IfcEntityBase Inequality operator

Implements the operator !=. Used to compare two entities to does not equal

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

Return Value

The result of the operator.

See Also