Skip to main content
All docs
V25.2
  • TextFieldType.Inequality(TextFieldType, TextFieldType) Operator

    Compares two TextFieldType structures to determine whether they are not equal.

    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 not equal; otherwise, false.

    See Also