Exemplo n.º 1
0
 /// <summary>
 /// Checks whether or not this version is compatible with the version of ToxAv that we're using.
 /// </summary>
 /// <returns>True if this version is compatible, false if it's not.</returns>
 public bool IsCompatible()
 {
     return(ToxAvFunctions.VersionIsCompatible((uint)Major, (uint)Minor, (uint)Patch));
 }