Returns true if the two GpuMat equals

Namespace: Emgu.CV.GPU
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Equals(
	GpuMat<TDepth> other
)
Public Function Equals ( _
	other As GpuMat(Of TDepth) _
) As Boolean
public:
virtual bool Equals(
	GpuMat<TDepth>^ other
) sealed

Parameters

other
GpuMat<(Of <(<'TDepth>)>)>
The other GpuMat to be compares with

Return Value

True if the two GpuMat equals

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also