GreaterThan Operator

Duration.GreaterThan Operator

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Determines if one Duration is greater than another.

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

public static bool operator >(
	Duration t1,
	Duration t2
)

Parameters

t1
Type: System.Windows.Duration
The Duration value to compare.
t2
Type: System.Windows.Duration
The second Duration value to compare.

Return Value

Type: System.Boolean
true if both t1 and t2 have values and t1 is greater than t2; otherwise, false.

Forever is considered greater than any finite value. Any comparison with an Automatic value returns false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft