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