Esempio n. 1
0
 public bool Equals(MCFrameData o)
 {
     return(base.Equals(o));
 }
Esempio n. 2
0
 public bool Equals(ref MCFrameData other)
 {
     return(this == other);
 }