MCvPoint2D64fEquals Method (MCvPoint2D64f) |
http://www.emgu.com
Returns true if the two points equals.
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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