Share via


ListObjectPoint.Inequality Operator

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Excel.Contract
Assembly:  Microsoft.VisualStudio.Tools.Office.Contract.v9.0 (in Microsoft.VisualStudio.Tools.Office.Contract.v9.0.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    point1 As ListObjectPoint, _
    point2 As ListObjectPoint _
) As Boolean
'Usage
Dim point1 As ListObjectPoint
Dim point2 As ListObjectPoint
Dim returnValue As Boolean

returnValue = (point1 <> point2)
public static bool operator !=(
    ListObjectPoint point1,
    ListObjectPoint point2
)

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ListObjectPoint Structure

ListObjectPoint Members

Microsoft.Office.Tools.Excel.Contract Namespace