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