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

ObjectConstructorInfo.EqualityComparer.Equals(ObjectConstructorInfo, ObjectConstructorInfo) Method

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public static bool Equals(
    ObjectConstructorInfo x,
    ObjectConstructorInfo y
)

Parameters

Name Type
x ObjectConstructorInfo
y ObjectConstructorInfo

Returns

Type
Boolean
See Also