Vec6dEquals Method (Vec6d)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool Equals(
Vec6d other
)
Public Function Equals (
other As Vec6d
) As Boolean
public:
virtual bool Equals(
Vec6d other
) sealed
abstract Equals :
other : Vec6d -> bool
override Equals :
other : Vec6d -> bool
Parameters
- other
- Type: OpenCvSharpVec6d
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)
See Also