Share via


Guid.CompareTo Method

Compares this instance to a specified object and returns an indication of their relative values.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public int CompareTo (
         Objectvalue
)

Parameters

  • value
    An object to compare, or null.

Return Value

A signed number indicating the relative values of this instance and value.

Version Information

Available in .NET Micro Framework version 3.0 and above.

See Also

Reference

Guid Structure
Guid Members
System Namespace