ContextIdentifiers.Equals(Object) Method
Checks whether the specified object is equal to the current ContextIdentifiers.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Object | An object that can be cast to the ContextIdentifiers type, to compare to the current ContextIdentifiers. |
Returns
Type | Description |
---|---|
Boolean | true if the specified ContextIdentifiers identifies the same validation contexts and in the same order as the current ContextIdentifiers. |
Remarks
You also can use the equality operator to compare two ContextIdentifiers objects.
See Also