SystemRelationship.op_Inequality Method
Determines whether two specified SystemRelationship objects have different values.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim left As SystemRelationship
Dim right As SystemRelationship
Dim returnValue As Boolean
returnValue = (left <> right)
Syntax
'Declaration
Public Shared Operator <> ( _
left As SystemRelationship, _
right As SystemRelationship _
) As Boolean
public static bool operator != (
SystemRelationship left,
SystemRelationship right
)
public:
static bool operator != (
SystemRelationship^ left,
SystemRelationship^ right
)
Parameters
- left
The first specified SystemRelationship object.
- right
The second specified SystemRelationship object.
Return Value
Returns Boolean.
true if the values are different; 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
SystemRelationship Class
SystemRelationship Members
Microsoft.EnterpriseManagement.Configuration Namespace