Duration.Compare(Duration, Duration) Method

Definition

Compares one Duration value to another.

public static int Compare (System.Windows.Duration t1, System.Windows.Duration t2);

Parameters

t1
Duration

The first instance of Duration to compare.

t2
Duration

The second instance of Duration to compare.

Returns

If t1 is less than t2, a negative value that represents the difference. If t1 is equal to t2, zero. If t1 is greater than t2, a positive value that represents the difference.

Remarks

Duration instances with a property value of Automatic are a special case with the following return values.

  • If t1 is Automatic and t2 is not, -1 is returned.

  • If t1 is Automatic and t2 is also Automatic, 0 is returned.

  • If t1 is not Automatic and t2 is Automatic, 1 is returned.

Applies to

產品 版本
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9