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.

public ref class DkmILCompareNotEqual : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILCompareNotEqual : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILCompareNotEqual : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("26714063-5d3c-d8f5-a948-d903c3cd8702")]
public class DkmILCompareNotEqual : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("26714063-5d3c-d8f5-a948-d903c3cd8702")>]
type DkmILCompareNotEqual = class
    inherit DkmILInstruction
Public Class DkmILCompareNotEqual
Inherits 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