SystemRelationship.Inequality(SystemRelationship, SystemRelationship) Operator

Definition

Determines whether two specified SystemRelationship objects have different values.

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 op_Inequality : 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 the values are different; otherwise, false.

Applies to