PidNamePropertyDescriptor.op_Inequality

PidNamePropertyDescriptor Inequality operator

Determines whether the specified objects are not 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 not equal to the another PropertyDescriptor; otherwise, false.

See Also