[inline]
Used to compare two score elements.
Definition at line 101 of file Score.cs.
{ return (this.Value * 10 - this.Eta).CompareTo((other.Value * 10 - other.Eta)); }