ConnectionEvaluationHistory.Key.Equality Operator (Object, ConnectionEvaluationHistory.Key)
SQL Server 2008 R2
Determines whether the object identified by a Object is the same as the object identified by a ConnectionEvaluationHistory.Key.
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
public static bool operator ==( Object obj, ConnectionEvaluationHistory..::..Key rightOperand )
Parameters
- obj
- Type: System.Object
An Object that identifies the first object..
- rightOperand
- Type: Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key
A ConnectionEvaluationHistory.Key object that identifies the second object.
Return Value
Type: System.BooleanA Boolean value that is true if the objects are the same, otherwise false.