class SortVersion

in global :: System . Globalization

Provides information about the version of Unicode used to compare and order strings.


public SortVersion( int fullVersion, Guid sortId )

Creates a new instance of the class.

  • fullVersion A version number.
  • sortId A sort ID.

public bool Equals( SortVersion other )

Returns a value that indicates whether this instance is equal to a specified object.

  • other The object to compare with this instance.
  • Returns if represents the same version as this instance; otherwise, .

public bool Equals( object obj )

Returns a value that indicates whether this instance is equal to a specified object.

  • obj An object to compare with this instance.
  • Returns if is a object that represents the same version as this instance; otherwise, .

public int FullVersion { get; }

Gets the full version number of the object.

  • Returns The version number of this object.

public static bool op_Equality( SortVersion left, SortVersion right )

Indicates whether two instances are equal.

  • left The first instance to compare.
  • right The second instance to compare.
  • Returns if the values of and are equal; otherwise, .

public static bool op_Inequality( SortVersion left, SortVersion right )

Indicates whether two instances are not equal.

  • left The first instance to compare.
  • right The second instance to compare.
  • Returns if the values of and are not equal; otherwise, .

public Guid SortId { get; }

Gets a globally unique identifier for this object.

  • Returns A globally unique identifier for this object.

public int GetHashCode( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.