ArchAddress :: EqualTo

01 Returns true if the given ArchAddress object is equal.
02

[C++] bool EqualTo(ArchAddress const &other) const;
[C#] bool EqualTo(ArchAddress other);

03 Parameters:
  • other: Reference to another ArchAddress object.
04 Return Values:
true if this is equal other; false otherwise.
05 EqualTo is a bit faster than CompareTo as it only tests for equality rather than calculating the relative position.
06 Reference: net::semys
Implementation: Semys Architecture
See Also: Message Sub-System, ArchAddress, CompareTo()

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