Compares this object to o.


- o (Object)
- An object for comparison.

Negative int if this is less than o, 0 if
they are equal, and a positive int if this is greater than
o.

Casts o as Property and returns
a negative int if this is less than o, zero
if they are the same, and a positive int if this is greater
than o.

Exception | Condition |
---|---|
InvalidCastException | o can't be cast as a Property.
|