コード例 #1
0
 internal static bool CompareVersion(Playable lhs, Playable rhs)
 {
     return(Playable.CompareVersion(lhs, rhs));
 }
コード例 #2
0
ファイル: Playable.cs プロジェクト: lsx6244413/UnityDecomplie
 public static bool operator !=(Playable x, Playable y)
 {
     return(!Playable.CompareVersion(x, y));
 }
コード例 #3
0
 internal static bool CompareVersion(Playable lhs, Playable rhs) =>
 Playable.CompareVersion(lhs, rhs);