Szerkesztés

Megosztás a következőn keresztül:


ICompatibilityDirector.IsCompatible(UInt16, UInt16) Method

Definition

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.

Applies to