Compartilhar via


DkmSHA1HashValue.Equals(DkmSHA1HashValue) Method

Definition

Compare two elements of the DkmSHA1HashValue structure.

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

Parameters

other
DkmSHA1HashValue

Value to comare against this instance.

Returns

'true' if the two elements are equal.

Implements

Applies to