Share via


TargetSchemaVersionAttribute.LessThan 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

TargetSchemaVersionAttribute Members

Microsoft.SharePoint.Upgrade Namespace