TestId.GreaterThan(TestId, TestId) Operator
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.
Represents a greater-than operator (>) that is used to determine whether a provided object would appear before the other provided object in a sorted list.
public:
static bool operator >(Microsoft::VisualStudio::TestTools::Common::TestId ^ left, Microsoft::VisualStudio::TestTools::Common::TestId ^ right);
public static bool operator > (Microsoft.VisualStudio.TestTools.Common.TestId left, Microsoft.VisualStudio.TestTools.Common.TestId right);
static member ( > ) : Microsoft.VisualStudio.TestTools.Common.TestId * Microsoft.VisualStudio.TestTools.Common.TestId -> bool
Public Shared Operator > (left As TestId, right As TestId) As Boolean
Parameters
Returns
true if the left
object would appear before the right
object; otherwise, false.