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