| Vec4wEquals Method (Vec4w) |
[Missing <summary> documentation for "M:OpenCvSharp.Vec4w.Equals(OpenCvSharp.Vec4w)"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
[Missing <param name="other"/> documentation for "M:OpenCvSharp.Vec4w.Equals(OpenCvSharp.Vec4w)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:OpenCvSharp.Vec4w.Equals(OpenCvSharp.Vec4w)"]
Implements
IEquatableTEquals(T)See Also