Click or drag to resize

HashAlgorithmNameEquals Method (HashAlgorithmName)

Returns a value that indicates whether two HashAlgorithmName instances are equal.

Namespace:  ASDSoft.WebSigner
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
public bool Equals(
	HashAlgorithmName other
)

Parameters

other
Type: ASDSoft.WebSignerHashAlgorithmName
The object to compare with the current instance.

Return Value

Type: Boolean
if the Name property of other is equal to that of the current instance. The comparison is ordinal and case-sensitive.
See Also