Equals(object obj) Method
  
            Returns a value indicating whether this digest is equivalent to another digest.
            
 
  Syntax
  
    public
    virtual
    bool Equals(object obj)
  Parameters
  
    - obj
- Type: object
 The other digest. 
 
  Returns
  True if digests are equivalent; otherwise false.