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