Click or drag to resize

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;
Parameters
other

[in] The PhysicalName instance to which the current instance should be compared.

Return Value

Returns true if the comparison operation is true and false otherwise.

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.

Download a complete CHM version of this documentation here.