Click or drag to resize

Vec4d.Equals Method (Vec4d)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public bool Equals(
	Vec4d other
)

Parameters

other
Type: OpenCvSharp.Vec4d

Return Value

Type: Boolean

Implements

IEquatable<T>.Equals(T)
See Also