3 namespace SiliconStudio.Assets.Diff
25 return Count == Total && Count >= 0 && Total >= 0;
31 return Count == other.Count && Total == other.Total;
34 public override bool Equals(
object obj)
36 if (ReferenceEquals(null, obj))
return false;
44 return (Count*397) ^ Total;
55 return left.Equals(right);
60 return !left.Equals(right);
65 return string.Format(
"Match {0}: {1} / {2}", Succeed, Count, Total);
DataMatch(int count, int total)
override string ToString()
override bool Equals(object obj)
override int GetHashCode()
bool Equals(DataMatch other)