Lines Matching defs:other
68 public Foo(Foo other) : this() {
69 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
78 public override bool Equals(object other) {
79 return Equals(other as Foo);
83 public bool Equals(Foo other) {
84 if (ReferenceEquals(other, null)) {
87 if (ReferenceEquals(other, this)) {
90 return Equals(_unknownFields, other._unknownFields);
137 public void MergeFrom(Foo other) {
138 if (other == null) {
141 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);