VersionExtensions.Is395OrGreater 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 Is395OrGreater( this Version version )
<ExtensionAttribute> Public Shared Function Is395OrGreater ( version As Version ) As Boolean Dim version As Version Dim returnValue As Boolean returnValue = version.Is395OrGreater()
public: [ExtensionAttribute] static bool Is395OrGreater( Version^ version )
[<ExtensionAttribute>] static member Is395OrGreater : version : Version -> bool
Parameters
- version
- Type: SystemVersion
[Missing <param name="version"/> documentation for "M:OSIsoft.PowerShell.VersionExtensions.Is395OrGreater(System.Version)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:OSIsoft.PowerShell.VersionExtensions.Is395OrGreater(System.Version)"]