DkmILCompareNotEqual Class

Definition

Pops two values off of the evaluation stack. If the two values are not equal (same size, all the bytes don't have the same value), pushes a 32-bit 1 onto the stack. Otherwise, pushes a 32-bit 0 onto the stack.

C++/CX
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILCompareNotEqual : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
Inheritance
DkmILCompareNotEqual
Attributes

Properties

TagValue

DkmILInstruction is an abstract base class. This enum indicates which derived class this object is an instance of.

(Inherited from DkmILInstruction)
Type

The type of comparison to perform (e.g. integer vs. floating-point).

UniqueId

Uniquely identifies the DkmILInstruction object. Used as a hash-table key to allow for quickly matching up DkmIL instructions with their matching values.

(Inherited from DkmILInstruction)

Methods

Create(DkmPrimitiveObjectType)

Create a new DkmILCompareNotEqual object instance.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022