Lines Matching refs:Equals
112 public override bool Equals(object other) { in Equals() method in Math.DivArgs
113 return Equals(other as DivArgs); in Equals()
117 public bool Equals(DivArgs other) { in Equals() method in Math.DivArgs
126 return Equals(_unknownFields, other._unknownFields); in Equals()
320 public override bool Equals(object other) { in Equals() method in Math.DivReply
321 return Equals(other as DivReply); in Equals()
325 public bool Equals(DivReply other) { in Equals() method in Math.DivReply
334 return Equals(_unknownFields, other._unknownFields); in Equals()
516 public override bool Equals(object other) { in Equals() method in Math.FibArgs
517 return Equals(other as FibArgs); in Equals()
521 public bool Equals(FibArgs other) { in Equals() method in Math.FibArgs
529 return Equals(_unknownFields, other._unknownFields); in Equals()
688 public override bool Equals(object other) { in Equals() method in Math.Num
689 return Equals(other as Num); in Equals()
693 public bool Equals(Num other) { in Equals() method in Math.Num
701 return Equals(_unknownFields, other._unknownFields); in Equals()
860 public override bool Equals(object other) { in Equals() method in Math.FibReply
861 return Equals(other as FibReply); in Equals()
865 public bool Equals(FibReply other) { in Equals() method in Math.FibReply
873 return Equals(_unknownFields, other._unknownFields); in Equals()