DkmMD5HashValue.Inequality(DkmMD5HashValue, DkmMD5HashValue) 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 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 op_Inequality : 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.