DkmCompilerId.Inequality(DkmCompilerId, DkmCompilerId) Operator

Definition

Compare two elements of the DkmCompilerId sructure.

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

Parameters

element0
DkmCompilerId

Left side of the comparison

element1
DkmCompilerId

Right side of the comparison

Returns

Returns Boolean.

Applies to