SystemClass.Equality(SystemClass, SystemClass) Operator

Definition

Determines whether two specified SystemClass objects have the same value.

public:
 static bool operator ==(Microsoft::EnterpriseManagement::Configuration::SystemClass ^ left, Microsoft::EnterpriseManagement::Configuration::SystemClass ^ right);
public static bool operator == (Microsoft.EnterpriseManagement.Configuration.SystemClass left, Microsoft.EnterpriseManagement.Configuration.SystemClass right);
static member ( = ) : Microsoft.EnterpriseManagement.Configuration.SystemClass * Microsoft.EnterpriseManagement.Configuration.SystemClass -> bool
Public Shared Operator == (left As SystemClass, right As SystemClass) As Boolean

Parameters

left
SystemClass

The first specified SystemClass object.

right
SystemClass

The second specified SystemClass object.

Returns

Returns Boolean.

true if left equals right; otherwise, false.

Applies to