Share via


DkmTextSpan.Equals(DkmTextSpan) Method

Definition

Compare two elements of the DkmTextSpan structure.

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

Parameters

other
DkmTextSpan

Value to comare against this instance.

Returns

'true' if the two elements are equal.

Implements

Applies to