Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Globalization.​SortVersion
Assembly: System.Runtime
Inheritance: object → SortVersion
Provides information about the version of Unicode used to compare and order strings.
Properties
public
int
FullVersion
Gets the full version number of the <see cref="T:System.Globalization.SortVersion" /> object.
public
Guid
SortId
Gets a globally unique identifier for this <see cref="T:System.Globalization.SortVersion" /> object.
Methods
public
bool
Equals​(SortVersion other)
other
The object to compare with this instance.
Returns <see langword="true" /> if <paramref name="other" /> represents the same version as this instance; otherwise, <see langword="false" /> .
Returns a value that indicates whether this <see cref="T:System.Globalization.SortVersion" /> instance is equal to a specified <see cref="T:System.Globalization.SortVersion" /> object.
public
bool
Equals​(object obj)
obj
An object to compare with this instance.
Returns <see langword="true" /> if <paramref name="obj" /> is a <see cref="T:System.Globalization.SortVersion" /> object that represents the same version as this instance; otherwise, <see langword="false" /> .
Returns a value that indicates whether this <see cref="T:System.Globalization.SortVersion" /> instance is equal to a specified object.
public
int
GetHashCode​() Returns A 32-bit signed integer hash code.
Returns a hash code for this instance.
protected
void
Finalize​()
Inherited from object
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
public
Type
GetType​()
Inherited from object
Returns The exact runtime type of the current instance.
Gets the <see cref="T:System.Type" /> of the current instance.
protected
object
MemberwiseClone​()
Inherited from object
Returns A shallow copy of the current <see cref="T:System.Object" /> .
Creates a shallow copy of the current <see cref="T:System.Object" /> .
public
string
ToString​()
Inherited from object
Returns A string that represents the current object.
Returns a string that represents the current object.