Click or drag to resize

MCvPoint3D32fEquals Method (MCvPoint3D32f)

http://www.emgu.com
Return true if the location of the two points are equal

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public bool Equals(
	MCvPoint3D32f other
)

Parameters

other
Type: Emgu.CV.StructureMCvPoint3D32f
The other point to compare with

Return Value

Type: Boolean
True if the location of the two points are equal

Implements

IEquatableTEquals(T)
See Also