Files
sqltoolsservice/docs/metadata/api/Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.yml
2016-12-15 16:37:50 -08:00

732 lines
27 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer
commentId: T:Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer
id: ConnectionSummaryComparer
parent: Microsoft.SqlTools.ServiceLayer.Connection.Contracts
children:
- Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.Equals(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary,Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
- Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.GetHashCode(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
langs:
- csharp
- vb
name: ConnectionSummaryComparer
nameWithType: ConnectionSummaryComparer
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer
type: Class
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Connection/Contracts/ConnectionSummaryComparer.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ConnectionSummaryComparer
path: ../src/Microsoft.SqlTools.ServiceLayer/Connection/Contracts/ConnectionSummaryComparer.cs
startLine: 14
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Connection.Contracts
summary: "\nTreats connections as the same if their server, db and usernames all match\n"
example: []
syntax:
content: 'public class ConnectionSummaryComparer : IEqualityComparer<ConnectionSummary>'
content.vb: >-
Public Class ConnectionSummaryComparer
Implements IEqualityComparer(Of ConnectionSummary)
inheritance:
- System.Object
implements:
- System.Collections.Generic.IEqualityComparer{Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary}
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.Equals(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary,Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
commentId: M:Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.Equals(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary,Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
id: Equals(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary,Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
parent: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer
langs:
- csharp
- vb
name: Equals(ConnectionSummary, ConnectionSummary)
nameWithType: ConnectionSummaryComparer.Equals(ConnectionSummary, ConnectionSummary)
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.Equals(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary, Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Connection/Contracts/ConnectionSummaryComparer.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: Equals
path: ../src/Microsoft.SqlTools.ServiceLayer/Connection/Contracts/ConnectionSummaryComparer.cs
startLine: 16
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Connection.Contracts
syntax:
content: public bool Equals(ConnectionSummary x, ConnectionSummary y)
content.vb: Public Function Equals(x As ConnectionSummary, y As ConnectionSummary) As Boolean
parameters:
- id: x
type: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
- id: y
type: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
return:
type: System.Boolean
overload: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.Equals*
implements:
- System.Collections.Generic.IEqualityComparer{Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary}.Equals(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary,Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.GetHashCode(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
commentId: M:Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.GetHashCode(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
id: GetHashCode(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
parent: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer
langs:
- csharp
- vb
name: GetHashCode(ConnectionSummary)
nameWithType: ConnectionSummaryComparer.GetHashCode(ConnectionSummary)
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.GetHashCode(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Connection/Contracts/ConnectionSummaryComparer.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: GetHashCode
path: ../src/Microsoft.SqlTools.ServiceLayer/Connection/Contracts/ConnectionSummaryComparer.cs
startLine: 31
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Connection.Contracts
syntax:
content: public int GetHashCode(ConnectionSummary obj)
content.vb: Public Function GetHashCode(obj As ConnectionSummary) As Integer
parameters:
- id: obj
type: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
return:
type: System.Int32
overload: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.GetHashCode*
implements:
- System.Collections.Generic.IEqualityComparer{Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary}.GetHashCode(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
modifiers.csharp:
- public
modifiers.vb:
- Public
references:
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts
commentId: N:Microsoft.SqlTools.ServiceLayer.Connection.Contracts
isExternal: false
name: Microsoft.SqlTools.ServiceLayer.Connection.Contracts
nameWithType: Microsoft.SqlTools.ServiceLayer.Connection.Contracts
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: System.Collections.Generic.IEqualityComparer{Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary}
commentId: T:System.Collections.Generic.IEqualityComparer{Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEqualityComparer`1
name: IEqualityComparer<ConnectionSummary>
nameWithType: IEqualityComparer<ConnectionSummary>
fullName: System.Collections.Generic.IEqualityComparer<Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary>
nameWithType.vb: IEqualityComparer(Of ConnectionSummary)
fullname.vb: System.Collections.Generic.IEqualityComparer(Of Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
name.vb: IEqualityComparer(Of ConnectionSummary)
spec.csharp:
- uid: System.Collections.Generic.IEqualityComparer`1
name: IEqualityComparer
nameWithType: IEqualityComparer
fullName: System.Collections.Generic.IEqualityComparer
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
name: ConnectionSummary
nameWithType: ConnectionSummary
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IEqualityComparer`1
name: IEqualityComparer
nameWithType: IEqualityComparer
fullName: System.Collections.Generic.IEqualityComparer
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
name: ConnectionSummary
nameWithType: ConnectionSummary
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: false
name: System
nameWithType: System
fullName: System
- uid: System.Collections.Generic.IEqualityComparer`1
commentId: T:System.Collections.Generic.IEqualityComparer`1
isExternal: true
name: IEqualityComparer<T>
nameWithType: IEqualityComparer<T>
fullName: System.Collections.Generic.IEqualityComparer<T>
nameWithType.vb: IEqualityComparer(Of T)
fullname.vb: System.Collections.Generic.IEqualityComparer(Of T)
name.vb: IEqualityComparer(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEqualityComparer`1
name: IEqualityComparer
nameWithType: IEqualityComparer
fullName: System.Collections.Generic.IEqualityComparer
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IEqualityComparer`1
name: IEqualityComparer
nameWithType: IEqualityComparer
fullName: System.Collections.Generic.IEqualityComparer
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: false
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.Equals*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.Equals
isExternal: false
name: Equals
nameWithType: ConnectionSummaryComparer.Equals
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.Equals
- uid: System.Collections.Generic.IEqualityComparer{Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary}.Equals(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary,Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
commentId: M:System.Collections.Generic.IEqualityComparer{Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary}.Equals(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary,Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
parent: System.Collections.Generic.IEqualityComparer{Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary}
definition: System.Collections.Generic.IEqualityComparer`1.Equals(`0,`0)
name: Equals(ConnectionSummary, ConnectionSummary)
nameWithType: IEqualityComparer<ConnectionSummary>.Equals(ConnectionSummary, ConnectionSummary)
fullName: System.Collections.Generic.IEqualityComparer<Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary>.Equals(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary, Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
nameWithType.vb: IEqualityComparer(Of ConnectionSummary).Equals(ConnectionSummary, ConnectionSummary)
fullname.vb: System.Collections.Generic.IEqualityComparer(Of Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary).Equals(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary, Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
spec.csharp:
- uid: System.Collections.Generic.IEqualityComparer`1.Equals(`0,`0)
name: Equals
nameWithType: IEqualityComparer<ConnectionSummary>.Equals
fullName: System.Collections.Generic.IEqualityComparer<Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary>.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
name: ConnectionSummary
nameWithType: ConnectionSummary
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
name: ConnectionSummary
nameWithType: ConnectionSummary
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.IEqualityComparer`1.Equals(`0,`0)
name: Equals
nameWithType: IEqualityComparer(Of ConnectionSummary).Equals
fullName: System.Collections.Generic.IEqualityComparer(Of Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary).Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
name: ConnectionSummary
nameWithType: ConnectionSummary
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
name: ConnectionSummary
nameWithType: ConnectionSummary
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
commentId: T:Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
parent: Microsoft.SqlTools.ServiceLayer.Connection.Contracts
isExternal: false
name: ConnectionSummary
nameWithType: ConnectionSummary
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
- uid: System.Collections.Generic.IEqualityComparer`1.Equals(`0,`0)
commentId: M:System.Collections.Generic.IEqualityComparer`1.Equals(`0,`0)
isExternal: true
name: Equals(T, T)
nameWithType: IEqualityComparer<T>.Equals(T, T)
fullName: System.Collections.Generic.IEqualityComparer<T>.Equals(T, T)
nameWithType.vb: IEqualityComparer(Of T).Equals(T, T)
fullname.vb: System.Collections.Generic.IEqualityComparer(Of T).Equals(T, T)
spec.csharp:
- uid: System.Collections.Generic.IEqualityComparer`1.Equals(`0,`0)
name: Equals
nameWithType: IEqualityComparer<T>.Equals
fullName: System.Collections.Generic.IEqualityComparer<T>.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: ', '
nameWithType: ', '
fullName: ', '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.IEqualityComparer`1.Equals(`0,`0)
name: Equals
nameWithType: IEqualityComparer(Of T).Equals
fullName: System.Collections.Generic.IEqualityComparer(Of T).Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: ', '
nameWithType: ', '
fullName: ', '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.GetHashCode*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.GetHashCode
isExternal: false
name: GetHashCode
nameWithType: ConnectionSummaryComparer.GetHashCode
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.GetHashCode
- uid: System.Collections.Generic.IEqualityComparer{Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary}.GetHashCode(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
commentId: M:System.Collections.Generic.IEqualityComparer{Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary}.GetHashCode(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
parent: System.Collections.Generic.IEqualityComparer{Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary}
definition: System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)
name: GetHashCode(ConnectionSummary)
nameWithType: IEqualityComparer<ConnectionSummary>.GetHashCode(ConnectionSummary)
fullName: System.Collections.Generic.IEqualityComparer<Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary>.GetHashCode(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
nameWithType.vb: IEqualityComparer(Of ConnectionSummary).GetHashCode(ConnectionSummary)
fullname.vb: System.Collections.Generic.IEqualityComparer(Of Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary).GetHashCode(Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary)
spec.csharp:
- uid: System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)
name: GetHashCode
nameWithType: IEqualityComparer<ConnectionSummary>.GetHashCode
fullName: System.Collections.Generic.IEqualityComparer<Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary>.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
name: ConnectionSummary
nameWithType: ConnectionSummary
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)
name: GetHashCode
nameWithType: IEqualityComparer(Of ConnectionSummary).GetHashCode
fullName: System.Collections.Generic.IEqualityComparer(Of Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary).GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
name: ConnectionSummary
nameWithType: ConnectionSummary
fullName: Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary
- name: )
nameWithType: )
fullName: )
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
name: Int32
nameWithType: Int32
fullName: System.Int32
- uid: System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)
commentId: M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)
isExternal: true
name: GetHashCode(T)
nameWithType: IEqualityComparer<T>.GetHashCode(T)
fullName: System.Collections.Generic.IEqualityComparer<T>.GetHashCode(T)
nameWithType.vb: IEqualityComparer(Of T).GetHashCode(T)
fullname.vb: System.Collections.Generic.IEqualityComparer(Of T).GetHashCode(T)
spec.csharp:
- uid: System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)
name: GetHashCode
nameWithType: IEqualityComparer<T>.GetHashCode
fullName: System.Collections.Generic.IEqualityComparer<T>.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)
name: GetHashCode
nameWithType: IEqualityComparer(Of T).GetHashCode
fullName: System.Collections.Generic.IEqualityComparer(Of T).GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )