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