![]() | PhysicalName Comparison Operators |
Allows PhysicalName objects to be compared with one another.
bool operator==(const PhysicalName<TRepCap>& other) const; bool operator!=(const PhysicalName<TRepCap>& other) const; bool operator<(const PhysicalName<TRepCap>& other) const; bool operator>(const PhysicalName<TRepCap>& other) const; bool operator<=(const PhysicalName<TRepCap>& other) const; bool operator>=(const PhysicalName<TRepCap>& other) const;
[in] The PhysicalName instance to which the current instance should be compared.
Returns true if the comparison operation is true and false otherwise.
The comparison of PhysicalName objects is performed using the QualifiedFullName, which contains all components of the physical name. See the help topic on the QualifiedFullName function for more information.