| HashAlgorithmNameEquals Method (HashAlgorithmName) |
Namespace:
ASDSoft.WebSigner
Assembly:
ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax 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