Skip to main content
A newer version of this page is available.
All docs
V18.2

ObjectMember.EqualityComparer.Equals(PropertyDescriptor, PropertyDescriptor) Method

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public static bool Equals(
    PropertyDescriptor x,
    PropertyDescriptor y
)

Parameters

Name Type
x PropertyDescriptor
y PropertyDescriptor

Returns

Type
Boolean
See Also