| HashAlgorithmNameEquals Method (Object) |
Returns a value that indicates whether the current instance and a specified object are equal.
Namespace:
ASDSoft.WebSigner
Assembly:
ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to compare with the current instance.
Return Value
Type:
Boolean if
obj is a
HashAlgorithmName object and its
Name property is equal to that of the current instance. The comparison is ordinal and case-sensitive.
See Also