blob: 4fd2bad13094b46e1faf4d8cc51eebaf49bc1f5d [file] [log] [blame]
/**
* Autogenerated by Thrift Compiler (0.14.1)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Thrift;
using Thrift.Collections;
#pragma warning disable IDE0079 // remove unnecessary pragmas
#pragma warning disable IDE1006 // parts of the code use IDL spelling
public static class commonExtensions
{
public static bool Equals(this Dictionary<ThrottleType, TTimedQuota> instance, object that)
{
if (!(that is Dictionary<ThrottleType, TTimedQuota> other)) return false;
if (ReferenceEquals(instance, other)) return true;
return TCollections.Equals(instance, other);
}
public static int GetHashCode(this Dictionary<ThrottleType, TTimedQuota> instance)
{
return TCollections.GetHashCode(instance);
}
public static bool Equals(this Dictionary<string, string> instance, object that)
{
if (!(that is Dictionary<string, string> other)) return false;
if (ReferenceEquals(instance, other)) return true;
return TCollections.Equals(instance, other);
}
public static int GetHashCode(this Dictionary<string, string> instance)
{
return TCollections.GetHashCode(instance);
}
public static bool Equals(this List<TConfigNodeLocation> instance, object that)
{
if (!(that is List<TConfigNodeLocation> other)) return false;
if (ReferenceEquals(instance, other)) return true;
return TCollections.Equals(instance, other);
}
public static int GetHashCode(this List<TConfigNodeLocation> instance)
{
return TCollections.GetHashCode(instance);
}
public static bool Equals(this List<TDataNodeLocation> instance, object that)
{
if (!(that is List<TDataNodeLocation> other)) return false;
if (ReferenceEquals(instance, other)) return true;
return TCollections.Equals(instance, other);
}
public static int GetHashCode(this List<TDataNodeLocation> instance)
{
return TCollections.GetHashCode(instance);
}
public static bool Equals(this List<TFile> instance, object that)
{
if (!(that is List<TFile> other)) return false;
if (ReferenceEquals(instance, other)) return true;
return TCollections.Equals(instance, other);
}
public static int GetHashCode(this List<TFile> instance)
{
return TCollections.GetHashCode(instance);
}
public static bool Equals(this List<TSStatus> instance, object that)
{
if (!(that is List<TSStatus> other)) return false;
if (ReferenceEquals(instance, other)) return true;
return TCollections.Equals(instance, other);
}
public static int GetHashCode(this List<TSStatus> instance)
{
return TCollections.GetHashCode(instance);
}
public static bool Equals(this List<TTestConnectionResult> instance, object that)
{
if (!(that is List<TTestConnectionResult> other)) return false;
if (ReferenceEquals(instance, other)) return true;
return TCollections.Equals(instance, other);
}
public static int GetHashCode(this List<TTestConnectionResult> instance)
{
return TCollections.GetHashCode(instance);
}
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);
}
public static int GetHashCode(this List<string> instance)
{
return TCollections.GetHashCode(instance);
}
}