Example #1
0
 public bool DeepEquals(InventoryItemSocketsBlockIntrinsicSocket other)
 {
     return(other != null &&
            DefaultVisible == other.DefaultVisible &&
            PlugItem.DeepEquals(other.PlugItem) &&
            SocketType.DeepEquals(other.SocketType));
 }
 public bool DeepEquals(PlugSetReusablePlugItem other)
 {
     return(other != null &&
            Weight == other.Weight &&
            AlternateWeight == other.AlternateWeight &&
            PlugItem.DeepEquals(other.PlugItem) &&
            CurrentlyCanRoll == other.CurrentlyCanRoll);
 }