NamedKey<T>.Equals Method

Definition

Overloads

Equals(NamedKey<T>)

Compare a name key to this key for value equality.

Equals(SfcKey)

Compare a name key to this key for value equality.

Equals(Object)

Compare a name key to this key for value equality.

Equals(Object, Object)

Equals static operator for a key.

Equals(NamedKey<T>)

Compare a name key to this key for value equality.

public bool Equals (Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<T> other);

Parameters

other
NamedKey<T>

A key to compare.

Returns

True if the keys are equal in value; otherwise false.

Implements

Applies to

Equals(SfcKey)

Compare a name key to this key for value equality.

public override bool Equals (Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey other);

Parameters

other
SfcKey

A key to compare.

Returns

True if the keys are equal in value; otherwise false.

Applies to

Equals(Object)

Compare a name key to this key for value equality.

public override bool Equals (object obj);

Parameters

obj
Object

A key to compare.

Returns

True if the keys are equal in value; otherwise false.

Applies to

Equals(Object, Object)

Equals static operator for a key.

public static bool Equals (object leftOperand, object rightOperand);

Parameters

leftOperand
Object

A key to compare.

rightOperand
Object

A key to compare.

Returns

True if the keys are equal; otherwise false.

Applies to