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

TextOptions.IsEqual(TextOptions) Method

Tests whether two objects have the same property values.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public virtual bool IsEqual(
    TextOptions options
)

Parameters

Name Type Description
options TextOptions

The TextOptions object to which the current object is compared.

Returns

Type Description
Boolean

true if the current object has the same property values as the specified object; otherwise, false.

See Also