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

MaskProperties.Equals(Object) Method

Determines whether the current object has the same settings as the specified object.

Namespace: DevExpress.XtraEditors.Mask

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public override bool Equals(
    object other
)

Parameters

Name Type Description
other Object

A MaskProperties object to compare with the current object.

Returns

Type Description
Boolean

true if the object specified by the parameter has the same settings as the current object; otherwise, false.

See Also