VersionExtensions.Is2105OrGreater Method
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
public static bool Is2105OrGreater( this Version version )
<ExtensionAttribute> Public Shared Function Is2105OrGreater ( version As Version ) As Boolean Dim version As Version Dim returnValue As Boolean returnValue = version.Is2105OrGreater()
public: [ExtensionAttribute] static bool Is2105OrGreater( Version^ version )
[<ExtensionAttribute>] static member Is2105OrGreater : version : Version -> bool
Parameters
- version
- Type: SystemVersion
[Missing <param name="version"/> documentation for "M:OSIsoft.PowerShell.VersionExtensions.Is2105OrGreater(System.Version)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:OSIsoft.PowerShell.VersionExtensions.Is2105OrGreater(System.Version)"]