Пример #1
0
 public bool Equals(ValueTable other)
 {
     return(true && Type.Equals(other.Type) && Compare.Equals(other.Compare) && Serialize.Equals(other.Serialize) && Deserialize.Equals(other.Deserialize));
 }
Пример #2
0
 public bool Equals(MetaInfo other)
 {
     return(true && Api.Equals(other.Api) && Type.Equals(other.Type) && Size.Equals(other.Size) && InitFunc.Equals(other.InitFunc) && FreeFunc.Equals(other.FreeFunc) && TransformFunc.Equals(other.TransformFunc));
 }