DkmCompilerId.Equals(DkmCompilerId) Method

Definition

Compare two elements of the DkmCompilerId structure.

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

Parameters

other
DkmCompilerId

Value to comare against this instance.

Returns

'true' if the two elements are equal.

Implements

Applies to