ArchAddress :: CompareTo

01 Returns the result of a comparison with another ArchAddress object.
02

[C++] int32 CompareTo(ArchAddress const &other) const;
[C#] int CompareTo(Object other);

03 Parameters:
  • other: Reference to another ArchAddress object.
04 Return Values:
< 0 if this is smaller than other; > 0 if this is greater than other; 0 if both are equal.
05 [C#] The CompareTo method is the implementation of the IComparable interface.
06 Reference: net::semys
Implementation: Semys Architecture
See Also: Message Sub-System, ArchAddress, EqualTo()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.