Compartilhar via


SystemClass.op_Equality Method

Determines whether two specified SystemClass objects have the same value.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim left As SystemClass
Dim right As SystemClass
Dim returnValue As Boolean

returnValue = (left = right)

Syntax

'Declaration
Public Shared Operator = ( _
    left As SystemClass, _
    right As SystemClass _
) As Boolean
public static bool operator == (
    SystemClass left,
    SystemClass right
)
public:
static bool operator == (
    SystemClass^ left, 
    SystemClass^ right
)

Parameters

  • right
    The second specified SystemClass object.

Return Value

Returns Boolean.

true if left equals right; otherwise, false.

Thread Safety

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

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

SystemClass Class
SystemClass Members
Microsoft.EnterpriseManagement.Configuration Namespace