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 < PidLidPropertyDescriptor > pd1, System::SharedPtr < PropertyDescriptor > pd2)
| Parameter | Description |
|---|---|
| pd1 | The object to compare with another object. |
| pd2 | The object to compare with another object. |