Click or drag to resize

CPointInequality Operator

Namespace:  ComPDFKit.Import
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
public static bool operator !=(
	CPoint point1,
	CPoint point2
)

Parameters

point1
Type: ComPDFKit.ImportCPoint
point2
Type: ComPDFKit.ImportCPoint

Return Value

Type: Boolean
See Also