Click or drag to resize

Line2Inequality Operator

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static bool operator !=(
	Line2 v1,
	Line2 v2
)

Parameters

v1
Type: NeoAxisLine2
v2
Type: NeoAxisLine2

Return Value

Type: Boolean
See Also