Skip to main content
A newer version of this page is available. .

ContextIdentifiers.Equals(Object) Method

Determines whether the specified object is equal to the current ContextIdentifiers.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

public override bool Equals(
    object obj
)

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

Generally, you do not need to call this method, as you can compare two ContextIdentifiers objects via the equality operator.

See Also