Exemplo n.º 1
0
 public bool DeepEquals(InventoryItemQualityBlock other)
 {
     return(other != null &&
            CurrentVersion == other.CurrentVersion &&
            DisplayVersionWatermarkIcons.DeepEqualsReadOnlySimpleCollection(other.DisplayVersionWatermarkIcons) &&
            InfusionCategoryHash == other.InfusionCategoryHash &&
            InfusionCategoryHashes.DeepEqualsReadOnlySimpleCollection(other.InfusionCategoryHashes) &&
            InfusionCategoryName == other.InfusionCategoryName &&
            ItemLevels.DeepEqualsReadOnlySimpleCollection(other.ItemLevels) &&
            ProgressionLevelRequirement.DeepEquals(other.ProgressionLevelRequirement) &&
            QualityLevel == other.QualityLevel &&
            Versions.DeepEqualsReadOnlyCollections(other.Versions));
 }