ICompatibilityDirector.IsCompatible(UInt16, UInt16) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true
if the current version of an interface is compatible with the requested version, false
otherwise.
public bool IsCompatible (ushort requestedVersion, ushort currentVersion);
abstract member IsCompatible : uint16 * uint16 -> bool
Public Function IsCompatible (requestedVersion As UShort, currentVersion As UShort) As Boolean
Parameters
- requestedVersion
- UInt16
The requested interface version.
- currentVersion
- UInt16
The currently available interface version.
Returns
true
if the current version of an interface is compatible with the requested version, false
otherwise.