This documentation is archived and is not being maintained.
VssStringComparer Class
Visual Studio 2013
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
The VssStringComparer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Compare(Object, Object) | When overridden in a derived class, compares two objects and returns an indication of their relative sort order. (Inherited from StringComparer.) |
![]() | Compare(String, String) | (Overrides StringComparer.Compare(String, String).) |
![]() | Compare(String, Int32, String, Int32, Int32) | |
![]() | Contains | |
![]() | EndsWith | |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Equals(Object, Object) | When overridden in a derived class, indicates whether two objects are equal. (Inherited from StringComparer.) |
![]() | Equals(String, String) | (Overrides StringComparer.Equals(String, String).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetHashCode(Object) | When overridden in a derived class, gets the hash code for the specified object. (Inherited from StringComparer.) |
![]() | GetHashCode(String) | (Overrides StringComparer.GetHashCode(String).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | StartsWith | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
