Share

ElementId Operators

The ElementId type exposes the following members.

Operators

 NameDescription
Public operatorStatic memberEquality(ElementId, ElementId)Determines whether these two ElementIds are the same.
Public operatorStatic memberGreaterThan(ElementId, ElementId)Determines whether one element id is greater than another element id.
Public operatorStatic memberGreaterThanOrEqual(ElementId, ElementId)Determines whether one element id is not less than another element id.
Public operatorStatic memberInequality(ElementId, ElementId)Determines whether these two ElementIds are different.
Public operatorStatic memberLessThan(ElementId, ElementId)Determines whether this element id is less than another element id.
Public operatorStatic memberLessThanOrEqual(ElementId, ElementId)Determines whether one element id is not greater than another element id.

See Also

Reference

Was this information helpful?