CauWmiObject.Inequality Operator (CauWmiObject, CauWmiObject)

 

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

public static bool operator !=(
    CauWmiObject node1,
    CauWmiObject node2
)
public:
static bool operator !=(
    CauWmiObject^ node1,
    CauWmiObject^ node2
)
static let inline (<>)
        node1:CauWmiObject *
        node2:CauWmiObject : bool
Public Shared Operator <> (
    node1 As CauWmiObject,
    node2 As CauWmiObject
) As Boolean

Parameters

Return Value

Type: System.Boolean

See Also

CauWmiObject Class
Microsoft.ClusterAwareUpdating Namespace

Return to top