PidNamePropertyDescriptor.op_Equality

PidNamePropertyDescriptor Equality operator

Determines whether the specified objects are equal to each another.

public static bool operator ==(PidNamePropertyDescriptor pd1, PropertyDescriptor pd2)
ParameterTypeDescription
pd1PidNamePropertyDescriptorThe object to compare with another object.
pd2PropertyDescriptorThe object to compare with another object.

Return Value

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

See Also