Determines whether two HashAlgorithmParameters instances are equal.
Namespace:
Classless.Hasher
Assembly:
Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
Visual Basic (Declaration) |
---|
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