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