Skip to main content
.NET 6.0+

ContextIdentifiers.Equals(Object) Method

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

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.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

You also can use the equality operator to compare two ContextIdentifiers objects.

See Also