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 | |
---|---|---|
AccessMappingMoniker | ||
AttributesDescriptor | ||
ContentType | ||
IdentityDescriptor | ||
PropertyName | ||
RegistryPath |
Top
Methods
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.) |
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.