Click or drag to resize
Accord.NET (logo)

Point3Equality Operator

Implements the operator !=.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static bool operator ==(
	Point3 a,
	Point3 b
)
Request Example View Source

Parameters

a
Type: Accord.MathPoint3
b
Type: Accord.MathPoint3

Return Value

Type: Boolean
See Also