Freigeben über


Property.op_Equality Method

Determines whether two specified instances of Property are equal.

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

Syntax

'Declaration
Public Shared Operator = ( _
    o1 As Property, _
    o2 As Property _
) As Boolean
public static bool operator == (
    Property o1,
    Property o2
)
public:
static bool operator == (
    Property^ o1, 
    Property^ 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 Property.

Rückgabewert

true if o1 and o2 represent the same Property; 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

Property Class
Property Members
Microsoft.AnalysisServices.AdomdClient Namespace