Exemple #1
0
 public bool DeepEquals(DestinyMaterialRequirementSetDefinition other)
 {
     return(other != null &&
            Materials.DeepEqualsReadOnlyCollections(other.Materials) &&
            Blacklisted == other.Blacklisted &&
            Hash == other.Hash &&
            Index == other.Index &&
            Redacted == other.Redacted);
 }