Point2dEquals Method (Point2d)
|
Specifies whether this object contains the same members as the specified Object.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool Equals(
Point2d obj
)
Public Function Equals (
obj As Point2d
) As Boolean
public:
virtual bool Equals(
Point2d obj
) sealed
abstract Equals :
obj : Point2d -> bool
override Equals :
obj : Point2d -> bool
Parameters
- obj
- Type: OpenCvSharpPoint2d
The Object to test.
Return Value
Type:
BooleanThis method returns true if obj is the same type as this object and has the same members as this object.
Implements
IEquatableTEquals(T)
See Also