public static bool Matches(VersionInfo version)
 {
     return((Major == version.m_major) && (Minor == version.m_minor) && (Release == version.m_release));
 }
Beispiel #2
0
		public static bool Matches( VersionInfo version )
		{
			return ( Major == version.m_major ) && ( Minor == version.m_minor ) && ( Release == version.m_release );
		}
Beispiel #3
0
 public static VersionInfo Current() => default;             // 0x0085B7D0-0x0085B840
 public static bool Matches(VersionInfo version) => default; // 0x0085B840-0x0085B880