IfcEntity.op_Inequality

IfcEntity Inequality 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