Determines whether two HashAlgorithmParameters instances are equal.
Namespace: Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
Visual Basic |
---|
Public Overrides Function Equals ( _
obj As Object _
) As Boolean |
Visual C++ |
---|
public:
virtual bool Equals(
Object^ obj
) override |
Parameters
- obj
- Type: System..::..Object
The HashAlgorithmParameters to compare with the current Object.
Return Value
true if the specified HashAlgorithmParameters is equal to the current HashAlgorithmParameters; otherwise, false.
See Also