示例#1
0
 public override bool Equals(object obj)
 {
     return(obj is ISigo other && Sigo.Equals(this, other));
 }
示例#2
0
 public bool Equals(ISigo other)
 {
     return(Sigo.Equals(this, other));
 }