| Vec6wEquals Method (Vec6w) |
[Missing <summary> documentation for "M:OpenCvSharp.Vec6w.Equals(OpenCvSharp.Vec6w)"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public bool Equals(
Vec6w other
)
Public Function Equals (
other As Vec6w
) As Boolean
public:
virtual bool Equals(
Vec6w other
) sealed
abstract Equals :
other : Vec6w -> bool
override Equals :
other : Vec6w -> bool
Parameters
- other
- Type: OpenCvSharpVec6w
[Missing <param name="other"/> documentation for "M:OpenCvSharp.Vec6w.Equals(OpenCvSharp.Vec6w)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:OpenCvSharp.Vec6w.Equals(OpenCvSharp.Vec6w)"]
Implements
IEquatableTEquals(T)See Also