FourPartVersion.Inequality Operator (2003 System)
Determines whether two specified FourPartVersion objects are not equal.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
version1 As FourPartVersion, _
version2 As FourPartVersion _
) As Boolean
'Usage
Dim version1 As FourPartVersion
Dim version2 As FourPartVersion
Dim returnValue As Boolean
returnValue = (version1 <> version2)
public static bool operator !=(
FourPartVersion version1,
FourPartVersion version2
)
Parameters
- version1
Type: Microsoft.VisualStudio.Tools.Applications.Runtime.FourPartVersion
The first FourPartVersion in the comparison expression.
- version2
Type: Microsoft.VisualStudio.Tools.Applications.Runtime.FourPartVersion
The second FourPartVersion in the comparison expression.
Return Value
Type: System.Boolean
true if version1 is not equal to version2; otherwise, false.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.