Skip to main content
All docs
V25.2
  • 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

    public static bool operator ==(TextFieldType left, TextFieldType right)

    Parameters

    Name Type Description
    left TextFieldType

    The first TextFieldType instance to compare.

    right TextFieldType

    The second TextFieldType instance to compare.

    Returns

    Type Description
    Boolean

    true if two TextFieldType objects are equal; otherwise, false.

    See Also