Share via


DkmMD5HashValue.Equality(DkmMD5HashValue, DkmMD5HashValue) Operator

Definition

Compare two elements of the DkmMD5HashValue sructure.

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

Parameters

element0
DkmMD5HashValue

Left side of the comparison

element1
DkmMD5HashValue

Right side of the comparison

Returns

Returns Boolean.

Applies to