This documentation is archived and is not being maintained.

VssStringComparer Class

Visual Studio 2013

System.Object
  System.StringComparer
    Microsoft.VisualStudio.Services.Common.VssStringComparer

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

'Declaration
Public Class VssStringComparer _
	Inherits StringComparer

The VssStringComparer type exposes the following members.

  NameDescription
Public methodCompare(Object, Object)When overridden in a derived class, compares two objects and returns an indication of their relative sort order. (Inherited from StringComparer.)
Public methodCompare(String, String) (Overrides StringComparer.Compare(String, String).)
Public methodCompare(String, Int32, String, Int32, Int32)
Public methodContains
Public methodEndsWith
Public methodEquals(Object)Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodEquals(Object, Object)When overridden in a derived class, indicates whether two objects are equal. (Inherited from StringComparer.)
Public methodEquals(String, String) (Overrides StringComparer.Equals(String, String).)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetHashCode(Object)When overridden in a derived class, gets the hash code for the specified object. (Inherited from StringComparer.)
Public methodGetHashCode(String) (Overrides StringComparer.GetHashCode(String).)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodIndexOf
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodStartsWith
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: