ServerComparer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class ServerComparer : System.Collections.Generic.IComparer<string>
type ServerComparer = class
interface IComparer<string>
Public NotInheritable Class ServerComparer
Implements IComparer(Of String)
- Inheritance
-
ServerComparer
- Implements
Constructors
ServerComparer(ServerConnection, String) | |
ServerComparer(ServerConnection) |
Properties
DatabaseNameEqualityComparer |
Returns a comparer which matches the server's master database string comparer |
Explicit Interface Implementations
IComparer<String>.Compare(String, String) |