Skip to main content
.NET 6.0+

BaseObjectSpace.ObjectKeyValuesEqual(ITypeInfo, Object, Object) Method

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static bool ObjectKeyValuesEqual(
    ITypeInfo objectTypeInfo,
    object objectKeyValue1,
    object objectKeyValue2
)

Parameters

Name Type
objectTypeInfo ITypeInfo
objectKeyValue1 Object
objectKeyValue2 Object

Returns

Type
Boolean
See Also