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