Beispiel #1
0
 public bool Equals(ClusterTag obj)
 {
     if (object.ReferenceEquals(obj, null))
     {
         return(false);
     }
     return(ClusterTag.Equals(this, obj));
 }
Beispiel #2
0
 public static bool operator !=(ClusterTag obj1, ClusterTag obj2)
 {
     return(!ClusterTag.Equals(obj1, obj2));
 }