TargetSchemaVersionAttribute.GreaterThan operator
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Operator > ( _
v1 As TargetSchemaVersionAttribute, _
v2 As TargetSchemaVersionAttribute _
) As Boolean
'Usage
Dim v1 As TargetSchemaVersionAttribute
Dim v2 As TargetSchemaVersionAttribute
Dim returnValue As Boolean
returnValue = (v1 > v2)
public static bool operator >(
TargetSchemaVersionAttribute v1,
TargetSchemaVersionAttribute v2
)
Parameters
Return value
Type: System.Boolean
See also
Reference
TargetSchemaVersionAttribute class