Reporting

Determines whether the coordinates of the specified points are not equal.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public static bool operator !=(
	PointU pt1,
	PointU pt2
)
Visual Basic
Public Shared Operator <> ( _
	pt1 As PointU, _
	pt2 As PointU _
) As Boolean

Parameters

pt1
Type: Telerik.Reporting.Drawing..::..PointU
A PointU to compare.
pt2
Type: Telerik.Reporting.Drawing..::..PointU
A PointU to compare.

Return Value

true to indicate the X and Y values of pt1 and pt2 are not equal; otherwise, false.

Version Information

Supported in: 1.0.1

See Also