Exemplo n.º 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));
        }
Exemplo n.º 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));
        }
Exemplo n.º 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));
        }
Exemplo n.º 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));
        }
Exemplo n.º 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));
        }
Exemplo n.º 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));
 }
Exemplo n.º 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)))));
 }
Exemplo n.º 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));
 }
Exemplo n.º 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));
        }
Exemplo n.º 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)))));
 }
Exemplo n.º 11
0
 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));
 }
Exemplo n.º 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));
    }
Exemplo n.º 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));
    }
Exemplo n.º 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));
        }
Exemplo n.º 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)))));
 }
Exemplo n.º 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));
        }
Exemplo n.º 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));
        }
Exemplo n.º 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));
        }
Exemplo n.º 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));
 }
Exemplo n.º 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));
        }
Exemplo n.º 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)))));
 }
Exemplo n.º 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));
        }
Exemplo n.º 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));
        }
Exemplo n.º 28
0
    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))));
    }
Exemplo n.º 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)))));
 }
Exemplo n.º 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));
        }