MCvPoint2D64fEquals Method (MCvPoint2D64f) |
http://www.emgu.com
Returns true if the two points equals.
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic bool Equals(
MCvPoint2D64f other
)
Public Function Equals (
other As MCvPoint2D64f
) As Boolean
public:
virtual bool Equals(
MCvPoint2D64f other
) sealed
abstract Equals :
other : MCvPoint2D64f -> bool
override Equals :
other : MCvPoint2D64f -> bool
Parameters
- other
- Type: Emgu.CV.StructureMCvPoint2D64f
The other point to compare with
Return Value
Type:
BooleanTrue if the two points equals
Implements
IEquatableTEquals(T)
See Also