DkmModuleId.Equals(DkmModuleId) Method

Definition

Compare two elements of the DkmModuleId structure.

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

Parameters

other
DkmModuleId

Value to comare against this instance.

Returns

'true' if the two elements are equal.

Implements

Applies to