CollectionSet.Key.Equality Operator

Definition

Overloads

Equality(CollectionSet+Key, CollectionSet+Key)
Equality(CollectionSet+Key, Object)

Both sides are equal if they both null, or Both are not null AND lhs is a Key AND the keys are equal

Equality(Object, CollectionSet+Key)

Both sides are equal if they both null, or Both are not null AND rhs is a Key AND the keys are equal

Equality(CollectionSet+Key, CollectionSet+Key)

public static bool operator == (Microsoft.SqlServer.Management.Collector.CollectionSet.Key lhs, Microsoft.SqlServer.Management.Collector.CollectionSet.Key rhs);
static member ( = ) : Microsoft.SqlServer.Management.Collector.CollectionSet.Key * Microsoft.SqlServer.Management.Collector.CollectionSet.Key -> bool
Public Shared Operator == (lhs As CollectionSet.Key, rhs As CollectionSet.Key) As Boolean

Parameters

Returns

Applies to

Equality(CollectionSet+Key, Object)

Both sides are equal if they both null, or Both are not null AND lhs is a Key AND the keys are equal

public static bool operator == (Microsoft.SqlServer.Management.Collector.CollectionSet.Key lhs, object obj);
static member ( = ) : Microsoft.SqlServer.Management.Collector.CollectionSet.Key * obj -> bool
Public Shared Operator == (lhs As CollectionSet.Key, obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to

Equality(Object, CollectionSet+Key)

Both sides are equal if they both null, or Both are not null AND rhs is a Key AND the keys are equal

public static bool operator == (object obj, Microsoft.SqlServer.Management.Collector.CollectionSet.Key rhs);
static member ( = ) : obj * Microsoft.SqlServer.Management.Collector.CollectionSet.Key -> bool
Public Shared Operator == (obj As Object, rhs As CollectionSet.Key) As Boolean

Parameters

obj
Object

Returns

Applies to