VssStringComparer Class

Inheritance Hierarchy

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)

Syntax

'Declaration
Public Class VssStringComparer _
    Inherits StringComparer
public class VssStringComparer : StringComparer
public ref class VssStringComparer : public StringComparer
type VssStringComparer =  
    class 
        inherit StringComparer 
    end
public class VssStringComparer extends StringComparer

The VssStringComparer type exposes the following members.

Properties

  Name Description
Public propertyStatic member AccessMappingMoniker
Public propertyStatic member AttributesDescriptor
Public propertyStatic member ContentType
Public propertyStatic member IdentityDescriptor
Public propertyStatic member PropertyName
Public propertyStatic member RegistryPath

Top

Methods

  Name Description
Public method Compare(Object, Object) When overridden in a derived class, compares two objects and returns an indication of their relative sort order. (Inherited from StringComparer.)
Public method Compare(String, String) (Overrides StringComparer.Compare(String, String).)
Public method Compare(String, Int32, String, Int32, Int32)
Public method Contains
Public method EndsWith
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method Equals(Object, Object) When overridden in a derived class, indicates whether two objects are equal. (Inherited from StringComparer.)
Public method Equals(String, String) (Overrides StringComparer.Equals(String, String).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode() Serves as the default hash function. (Inherited from Object.)
Public method GetHashCode(Object) When overridden in a derived class, gets the hash code for the specified object. (Inherited from StringComparer.)
Public method GetHashCode(String) (Overrides StringComparer.GetHashCode(String).)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method StartsWith
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

Microsoft.VisualStudio.Services.Common Namespace