示例#1
0
 public override int GetHashCode()
 {
     return(this.GetType().FullName.GetHashCode() ^ Type.GetHashCode() ^ Compare.GetHashCode() ^ Serialize.GetHashCode() ^ Deserialize.GetHashCode());
 }
示例#2
0
 public override int GetHashCode()
 {
     return(this.GetType().FullName.GetHashCode() ^ Api.GetHashCode() ^ Type.GetHashCode() ^ Size.GetHashCode() ^ InitFunc.GetHashCode() ^ FreeFunc.GetHashCode() ^ TransformFunc.GetHashCode());
 }