Click or drag to resize
HashStreamCompareHashes Method
Compares two hashes (arrays of bytes).

Namespace: Aliyun.OSS.Common.Internal
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
protected static bool CompareHashes(
	byte[] expected,
	byte[] actual
)

Parameters

expected
Type: SystemByte
Expected hash.
actual
Type: SystemByte
Actual hash.

Return Value

Type: Boolean
True if the hashes are identical; otherwise false.
See Also