Ejemplo n.º 1
0
 public bool Equals(VBucketServerMapDto?other)
 {
     return((other != null &&
             ServerList.AreEqual <string>(other.ServerList) &&
             VBucketMap.AreEqual(other.VBucketMap)) &&
            VBucketMapForward.AreEqual(other.VBucketMapForward));
 }