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