Each class have following methods:

Equals
GetHashCode
Disposal
GetType
ToString

These methods can be modified through the override methods.
For example

public override bool Equals(object cmp)
public virtual void Dispose()