[in] The PhysicalName instance to which the current instance should be compared.
PhysicalName Comparison Operators
Allows PhysicalName objects to be compared with one another.
Syntax
Section titled “Syntax”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;Parameters
Section titled “Parameters”other
Return value
Section titled “Return value”Returns true if the comparison operation is true and false otherwise.
Remarks
Section titled “Remarks”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.