Share via


DkmMD5HashValue.Equals(DkmMD5HashValue) Method

Definition

Compare two elements of the DkmMD5HashValue structure.

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

Parameters

other
DkmMD5HashValue

Value to comare against this instance.

Returns

'true' if the two elements are equal.

Implements

Applies to