DkmRuntimeInstanceId.GreaterThan 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.
Compare two elements of the DkmRuntimeInstanceId sructure.
public:
static bool operator >(Microsoft::VisualStudio::Debugger::DkmRuntimeInstanceId element0, Microsoft::VisualStudio::Debugger::DkmRuntimeInstanceId element1);
public static bool operator > (Microsoft.VisualStudio.Debugger.DkmRuntimeInstanceId element0, Microsoft.VisualStudio.Debugger.DkmRuntimeInstanceId element1);
static member ( > ) : Microsoft.VisualStudio.Debugger.DkmRuntimeInstanceId * Microsoft.VisualStudio.Debugger.DkmRuntimeInstanceId -> bool
Public Shared Operator > (element0 As DkmRuntimeInstanceId, element1 As DkmRuntimeInstanceId) As Boolean
Parameters
- element0
- DkmRuntimeInstanceId
Left side of the comparison
- element1
- DkmRuntimeInstanceId
Right side of the comparison
Returns
Returns Boolean.