TextFieldType.Equality(TextFieldType, TextFieldType) Operator
Compares two TextFieldType structures for equality.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| left | TextFieldType | The first TextFieldType instance to compare. |
| right | TextFieldType | The second TextFieldType instance to compare. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also