ValueString.CompareTo(ValueString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares this string with a specified string by evaluating the numeric values of the corresponding characters in each string.
public int CompareTo (Microsoft.Windows.EventTracing.ValueString value);
member this.CompareTo : Microsoft.Windows.EventTracing.ValueString -> int
Public Function CompareTo (value As ValueString) As Integer
Parameters
- value
- ValueString
The string to compare with this string.
Returns
A signed integer that indicates the lexical relationship between the two strings.
Value | Condition |
---|---|
Less than zero | This string is less than value . |
Zero | This string and value are equal. |
Greater than zero | This string is greater than value . |