Specifies whether this object contains the same members as the specified Object.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- obj
- Type: OpenCvSharp.CPlusPlusKeyPoint
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