Exemplo n.º 1
0
 internal static bool CompareVersion(Playable lhs, Playable rhs)
 {
     return(Playable.CompareVersion(lhs, rhs));
 }
Exemplo n.º 2
0
 public static bool operator !=(Playable x, Playable y)
 {
     return(!Playable.CompareVersion(x, y));
 }
Exemplo n.º 3
0
 internal static bool CompareVersion(Playable lhs, Playable rhs) =>
 Playable.CompareVersion(lhs, rhs);