Freigeben über


Cell.op_Equality Method

Determines whether two specified instances of Cell are equal.

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntax

'Declaration
Public Shared Operator = ( _
    o1 As Cell, _
    o2 As Cell _
) As Boolean
public static bool operator == (
    Cell o1,
    Cell o2
)
public:
static bool operator == (
    Cell^ o1, 
    Cell^ o2
)
Von J# werden keine überlasteten Operatoren unterstützt.
Von JScript wird die Verwendung von überlasteten Operatoren unterstützt, ausgenommen der Deklaration neuer Operatoren.

Parameter

  • o2
    A Cell.

Rückgabewert

true if o1 and o2 represent the same Cell, false otherwise.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Cell Class
Cell Members
Microsoft.AnalysisServices.AdomdClient Namespace