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)
Syntaxpublic bool Equals(
MCvPoint3D32f other
)
Public Function Equals (
other As MCvPoint3D32f
) As Boolean
public:
virtual bool Equals(
MCvPoint3D32f other
) sealed
abstract Equals :
other : MCvPoint3D32f -> bool
override Equals :
other : MCvPoint3D32f -> bool
Parameters
- other
- Type: Emgu.CV.StructureMCvPoint3D32f
The other point to compare with
Return Value
Type:
BooleanTrue if the location of the two points are equal
Implements
IEquatableTEquals(T)
See Also