Exemple #1
0
 public bool DeepEquals(DestinyUnlockCountMappingDefinition other)
 {
     return(other != null &&
            UnlockValue.DeepEquals(other.UnlockValue) &&
            Blacklisted == other.Blacklisted &&
            Hash == other.Hash &&
            Index == other.Index &&
            Redacted == other.Redacted);
 }
Exemple #2
0
 public void MapValues()
 {
     UnlockValue.TryMapValue();
 }