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

ContextIdentifier.Equals(Object) Method

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

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v19.1.dll

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

An object that can be cast to the ContextIdentifier type, to compare to the current ContextIdentifier.

Returns

Type Description
Boolean

true, if the specified context identifier’s ContextIdentifier.Id property value equals the current ContextIdentifier‘s Id property value; otherwise, false.

Remarks

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

See Also