operator==

operator==

Determines whether the specified objects are equal to each another.

Returns: true if the specified PropertyDescriptor is equal to the another PropertyDescriptor ; otherwise, false.

bool operator==(System::SharedPtr < PidNamePropertyDescriptor > pd1, System::SharedPtr < PropertyDescriptor > pd2)
ParameterDescription
pd1The object to compare with another object.
pd2The object to compare with another object.