예제 #1
0
 protected bool Equals(CardImageObject other)
 => Count == other.Count && Jousted == other.Jousted && ColoredFrame == other.ColoredFrame && ColoredGem == other.ColoredGem &&
 string.Equals(Theme, other.Theme) && TextColorHash == other.TextColorHash && Created == other.Created;
예제 #2
0
		protected bool Equals(CardImageObject other)
			=> Count == other.Count && Jousted == other.Jousted && ColoredFrame == other.ColoredFrame && ColoredGem == other.ColoredGem
				&& string.Equals(Theme, other.Theme) && TextColorHash == other.TextColorHash && Created == other.Created;