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()
转载于:https://www.cnblogs.com/greencolor/archive/2009/09/23/1572420.html