Skip to main content
All docs
V25.1
  • Row

    OleObjectType.Inequality(OleObjectType, String) Operator

    Compares an OleObjectType and an OLE object type’s string ID value to determine whether they are not equal.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public static bool operator !=(OleObjectType left, string right)

    Parameters

    Name Type Description
    left OleObjectType

    An OleObjectType instance to compare.

    right String

    A string ID value to compare.

    Returns

    Type Description
    Boolean

    true, if two compared values are not equal; otherwise, false.

    See Also