Share via


DkmSHA1HashValue.LessThan(DkmSHA1HashValue, DkmSHA1HashValue) Operator

Definition

Compare two elements of the DkmSHA1HashValue sructure.

public:
 static bool operator <(Microsoft::VisualStudio::Debugger::Symbols::DkmSHA1HashValue element0, Microsoft::VisualStudio::Debugger::Symbols::DkmSHA1HashValue element1);
public static bool operator < (Microsoft.VisualStudio.Debugger.Symbols.DkmSHA1HashValue element0, Microsoft.VisualStudio.Debugger.Symbols.DkmSHA1HashValue element1);
static member ( < ) : Microsoft.VisualStudio.Debugger.Symbols.DkmSHA1HashValue * Microsoft.VisualStudio.Debugger.Symbols.DkmSHA1HashValue -> bool
Public Shared Operator < (element0 As DkmSHA1HashValue, element1 As DkmSHA1HashValue) As Boolean

Parameters

element0
DkmSHA1HashValue

Left side of the comparison

element1
DkmSHA1HashValue

Right side of the comparison

Returns

Returns Boolean.

Applies to