Property Operators

Include Protected Members
Include Inherited Members

The Property type exposes the following members.

Operators

  Name Description
Public operatorStatic member Equality Determines whether two objects are equal by performing an equality operation on two Property objects.
Public operatorStatic member GreaterThan Determines whether one object is greater than another object by performing an greater than operation on two Property objects.
Public operatorStatic member Inequality Determines whether two objects are unequal by performing an inequality operation on two Property objects.
Public operatorStatic member LessThan Determines whether one object is less than another object by performing an less than operation on two Property objects.

Top