Equals Method
Tests if obj is equal to this connection object.
Syntax
public override System.bool Equals(
System.object obj
)Public Overrides Function Equals( _
ByVal obj As System.Object _
) As System.BooleanParameters
| Name | Description |
|---|---|
| obj | The object to test for equality. |
Return Value
True if obj is equal to this object.
Remarks
Equality is determined by two connections which share the same Server, Vault, User and Connection Type.