Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


TimeSpan.IComparable.CompareTo(Object) Method

Definition

Compares this instance to a specified object and returns an integer that indicates whether this instance is shorter than, equal to, or longer than the specified object.

C#
int IComparable.CompareTo(object value);

Parameters

value
Object

An object to compare, or null.

Returns

One of the following values:

ValueDescription
-1This instance is shorter than value.
0This instance is equal to value.
1This instance is longer than value, or value is null.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the TimeSpan instance is cast to an IComparable interface.

Applies to

Termék Verziók
.NET Core 1.0, Core 1.1
.NET Standard 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
UWP 10.0