Skip to main content
All docs
V25.1
  • Row

    OleObjectType.Equality(OleObjectType, String) 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 ==(OleObjectType left, string right)

    Parameters

    Name Type Description
    left OleObjectType

    The first OleObjectType instance to compare.

    right String

    The second OleObjectType instance’s ID string to compare.

    Returns

    Type Description
    Boolean

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

    See Also