Click or drag to resize

DataHashEquals Method (DataHash)

Compare current hash against another hash.

Namespace:  Guardtime.KSI.Hashing
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public bool Equals(
	DataHash hash
)

Parameters

hash
Type: Guardtime.KSI.HashingDataHash
data hash

Return Value

Type: Boolean
true if objects are equal

Implements

IEquatableTEquals(T)
See Also