示例#1
0
        public static bool Equals(this Dictionary <global::ThriftTest.Numberz, global::ThriftTest.Insanity> instance, object that)
        {
            if (!(that is Dictionary <global::ThriftTest.Numberz, global::ThriftTest.Insanity> other))
            {
                return(false);
            }
            if (ReferenceEquals(instance, other))
            {
                return(true);
            }

            return(TCollections.Equals(instance, other));
        }
示例#2
0
        public static bool Equals(this List <global::Jaeger.Thrift.Agent.BaggageRestriction> instance, object that)
        {
            if (!(that is List <global::Jaeger.Thrift.Agent.BaggageRestriction> other))
            {
                return(false);
            }
            if (ReferenceEquals(instance, other))
            {
                return(true);
            }

            return(TCollections.Equals(instance, other));
        }
示例#3
0
        public static bool Equals(this THashSet <List <Dictionary <global::ThriftTest.Insanity, string> > > instance, object that)
        {
            if (!(that is THashSet <List <Dictionary <global::ThriftTest.Insanity, string> > > other))
            {
                return(false);
            }
            if (ReferenceEquals(instance, other))
            {
                return(true);
            }

            return(TCollections.Equals(instance, other));
        }
示例#4
0
        public static bool Equals(this THashSet <int> instance, object that)
        {
            if (!(that is THashSet <int> other))
            {
                return(false);
            }
            if (ReferenceEquals(instance, other))
            {
                return(true);
            }

            return(TCollections.Equals(instance, other));
        }
示例#5
0
        public static bool Equals(this List <global::Apache.Cassandra.Test.TokenRange> instance, object that)
        {
            if (!(that is List <global::Apache.Cassandra.Test.TokenRange> other))
            {
                return(false);
            }
            if (ReferenceEquals(instance, other))
            {
                return(true);
            }

            return(TCollections.Equals(instance, other));
        }
示例#6
0
 public override bool Equals(object that)
 {
     if (!(that is KeySlice other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(TCollections.Equals(Key, other.Key) &&
            TCollections.Equals(Columns, other.Columns));
 }
示例#7
0
 public override bool Equals(object that)
 {
     if (!(that is DoItNowArgs other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(((__isset.rd == other.__isset.rd) && ((!__isset.rd) || (TCollections.Equals(Rd, other.Rd)))) &&
            ((__isset.mitDefault == other.__isset.mitDefault) && ((!__isset.mitDefault) || (System.Object.Equals(MitDefault, other.MitDefault)))));
 }
示例#8
0
 public override bool Equals(object that)
 {
     if (!(that is SuperColumn other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(TCollections.Equals(Name, other.Name) &&
            TCollections.Equals(Columns, other.Columns));
 }
示例#9
0
        public static bool Equals(this List <global::Jaeger.Thrift.Agent.OperationSamplingStrategy> instance, object that)
        {
            if (!(that is List <global::Jaeger.Thrift.Agent.OperationSamplingStrategy> other))
            {
                return(false);
            }
            if (ReferenceEquals(instance, other))
            {
                return(true);
            }

            return(TCollections.Equals(instance, other));
        }
示例#10
0
 public override bool Equals(object that)
 {
     if (!(that is Process other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(System.Object.Equals(ServiceName, other.ServiceName) &&
            ((__isset.tags == other.__isset.tags) && ((!__isset.tags) || (TCollections.Equals(Tags, other.Tags)))));
 }
示例#11
0
文件: KeyCount.cs 项目: ste93/yarp
 public override bool Equals(object that)
 {
     if (!(that is KeyCount other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(TCollections.Equals(Key, other.Key) &&
            System.Object.Equals(Count, other.Count));
 }
示例#12
0
    public static bool Equals(this Dictionary <long, List <UCellSerial> > instance, object that)
    {
        if (!(that is Dictionary <long, List <UCellSerial> > other))
        {
            return(false);
        }
        if (ReferenceEquals(instance, other))
        {
            return(true);
        }

        return(TCollections.Equals(instance, other));
    }
示例#13
0
    public static bool Equals(this List <SpecValueSerial_INT64> instance, object that)
    {
        if (!(that is List <SpecValueSerial_INT64> other))
        {
            return(false);
        }
        if (ReferenceEquals(instance, other))
        {
            return(true);
        }

        return(TCollections.Equals(instance, other));
    }
示例#14
0
 public override bool Equals(object that)
 {
     if (!(that is SchemaTagsPatterns other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(((__isset.comp == other.__isset.comp) && ((!__isset.comp) || (System.Object.Equals(Comp, other.Comp)))) &&
            ((__isset.values == other.__isset.values) && ((!__isset.values) || (TCollections.Equals(Values, other.Values)))));
 }
        public static bool Equals(this List <global::Jaeger.Thrift.BatchSubmitResponse> instance, object that)
        {
            if (!(that is List <global::Jaeger.Thrift.BatchSubmitResponse> other))
            {
                return(false);
            }
            if (ReferenceEquals(instance, other))
            {
                return(true);
            }

            return(TCollections.Equals(instance, other));
        }
        public static bool Equals(this List <global::APIGateway.Thrift.Generated.BaseTypes.Result> instance, object that)
        {
            if (!(that is List <global::APIGateway.Thrift.Generated.BaseTypes.Result> other))
            {
                return(false);
            }
            if (ReferenceEquals(instance, other))
            {
                return(true);
            }

            return(TCollections.Equals(instance, other));
        }
示例#17
0
 public override bool Equals(object that)
 {
     if (!(that is Cells other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(((__isset.cells == other.__isset.cells) && ((!__isset.cells) || (TCollections.Equals(Cells_, other.Cells_)))) &&
            ((__isset.serial_cells == other.__isset.serial_cells) && ((!__isset.serial_cells) || (TCollections.Equals(Serial_cells, other.Serial_cells)))));
 }
示例#18
0
        public static bool Equals(this Dictionary <byte[], List <global::Apache.Cassandra.Test.ColumnOrSuperColumn> > instance, object that)
        {
            if (!(that is Dictionary <byte[], List <global::Apache.Cassandra.Test.ColumnOrSuperColumn> > other))
            {
                return(false);
            }
            if (ReferenceEquals(instance, other))
            {
                return(true);
            }

            return(TCollections.Equals(instance, other));
        }
示例#19
0
        public static bool Equals(this List <global::ThriftTest.Xtruct> instance, object that)
        {
            if (!(that is List <global::ThriftTest.Xtruct> other))
            {
                return(false);
            }
            if (ReferenceEquals(instance, other))
            {
                return(true);
            }

            return(TCollections.Equals(instance, other));
        }
示例#20
0
        public static bool Equals(this List <string> instance, object that)
        {
            if (!(that is List <string> other))
            {
                return(false);
            }
            if (ReferenceEquals(instance, other))
            {
                return(true);
            }

            return(TCollections.Equals(instance, other));
        }
示例#21
0
 public override bool Equals(object that)
 {
     if (!(that is Log other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(System.Object.Equals(Timestamp, other.Timestamp) &&
            TCollections.Equals(Fields, other.Fields));
 }
示例#22
0
 public override bool Equals(object that)
 {
     if (!(that is CounterColumn other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(TCollections.Equals(Name, other.Name) &&
            System.Object.Equals(Value, other.Value));
 }
        public static bool Equals(this Dictionary <sbyte, short> instance, object that)
        {
            if (!(that is Dictionary <sbyte, short> other))
            {
                return(false);
            }
            if (ReferenceEquals(instance, other))
            {
                return(true);
            }

            return(TCollections.Equals(instance, other));
        }
        public static bool Equals(this List <Dictionary <sbyte, THashSet <global::OptReqDefTest.Distance> > > instance, object that)
        {
            if (!(that is List <Dictionary <sbyte, THashSet <global::OptReqDefTest.Distance> > > other))
            {
                return(false);
            }
            if (ReferenceEquals(instance, other))
            {
                return(true);
            }

            return(TCollections.Equals(instance, other));
        }
示例#25
0
 public override bool Equals(object that)
 {
     if (!(that is SpecValueSerial_LI other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(((__isset.comp == other.__isset.comp) && ((!__isset.comp) || (System.Object.Equals(Comp, other.Comp)))) &&
            ((__isset.v == other.__isset.v) && ((!__isset.v) || (TCollections.Equals(V, other.V)))));
 }
示例#26
0
        public override bool Equals(object that)
        {
            var other = that as TRow;

            if (other == null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }
            return(TCollections.Equals(ColVals, other.ColVals));
        }
示例#27
0
        public override bool Equals(object that)
        {
            var other = that as TTypeQualifiers;

            if (other == null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }
            return(TCollections.Equals(Qualifiers, other.Qualifiers));
        }
    public override bool Equals(object that)
    {
        var other = that as GetSquareMembersRequest;

        if (other == null)
        {
            return(false);
        }
        if (ReferenceEquals(this, other))
        {
            return(true);
        }
        return((__isset.mids == other.__isset.mids) && ((!__isset.mids) || (TCollections.Equals(Mids, other.Mids))));
    }
示例#29
0
 public override bool Equals(object that)
 {
     if (!(that is KCell other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(((__isset.c == other.__isset.c) && ((!__isset.c) || (System.Object.Equals(C, other.C)))) &&
            ((__isset.ts == other.__isset.ts) && ((!__isset.ts) || (System.Object.Equals(Ts, other.Ts)))) &&
            ((__isset.v == other.__isset.v) && ((!__isset.v) || (TCollections.Equals(V, other.V)))));
 }
示例#30
0
        public override bool Equals(object that)
        {
            var other = that as Dependencies;

            if (other == null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }
            return(TCollections.Equals(Links, other.Links));
        }