Skip to main content
All docs
V25.1
  • Row

    OleObjectType.Equality(String, OleObjectType) Operator

    Compares two OleObjectType structures for equality.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

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

    Parameters

    Name Type Description
    left String

    The first OleObjectType instance to compare.

    right OleObjectType

    The second OleObjectType instance to compare.

    Returns

    Type Description
    Boolean

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

    See Also