PropertyDescriptor.op_Equality

PropertyDescriptor Equality operator

Determines whether the specified objects are equal to each another.

public static bool operator ==(PropertyDescriptor pd1, PropertyDescriptor pd2)
ParameterTypeDescription
pd1PropertyDescriptorThe 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