Sdílet prostřednictvím


DkmStackMemoryRange.Equals(DkmStackMemoryRange) Method

Definition

Compare two elements of the DkmStackMemoryRange structure.

public:
 virtual bool Equals(Microsoft::VisualStudio::Debugger::CallStack::DkmStackMemoryRange other);
public bool Equals (Microsoft.VisualStudio.Debugger.CallStack.DkmStackMemoryRange other);
override this.Equals : Microsoft.VisualStudio.Debugger.CallStack.DkmStackMemoryRange -> bool
Public Function Equals (other As DkmStackMemoryRange) As Boolean

Parameters

other
DkmStackMemoryRange

Value to comare against this instance.

Returns

'true' if the two elements are equal.

Implements

Applies to