IfcEntity.op_Inequality

IfcEntity Inequality operator

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

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

Return Value

The result of the operator.

See Also