SystemRelationship.Equality(SystemRelationship, SystemRelationship) Operator

Definition

Determines whether two specified SystemRelationship objects have the same value.

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

Parameters

left
SystemRelationship

The first specified SystemRelationship object.

right
SystemRelationship

The second specified SystemRelationship object.

Returns

Returns Boolean.

true if left equals right; otherwise, false.

Applies to