| MediaWikiVersionAbove(Int16, Int16, MediaWikiDevChannel, Int16) Method |
This is preliminary documentation and is subject to change.
Determines whether the version is equal to or above than the specified version.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public bool Above(
short major,
short minor,
MediaWikiDevChannel devChannel,
short devVersion
)
Public Function Above (
major As Short,
minor As Short,
devChannel As MediaWikiDevChannel,
devVersion As Short
) As Boolean
Dim instance As MediaWikiVersion
Dim major As Short
Dim minor As Short
Dim devChannel As MediaWikiDevChannel
Dim devVersion As Short
Dim returnValue As Boolean
returnValue = instance.Above(major, minor,
devChannel, devVersion)
public:
bool Above(
short major,
short minor,
MediaWikiDevChannel devChannel,
short devVersion
)
member Above :
major : int16 *
minor : int16 *
devChannel : MediaWikiDevChannel *
devVersion : int16 -> bool
Parameters
- major Int16
- major version.
- minor Int16
- minor version.
- devChannel MediaWikiDevChannel
- Channel of development.
- devVersion Int16
- DevVersion. Should be between 0 and 4095.
Return Value
BooleanExceptions See Also