GpuMatEquals Method (GpuMat) |
http://www.emgu.com
Returns true if the two GpuMat equals
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic bool Equals(
GpuMat other
)
Public Function Equals (
other As GpuMat
) As Boolean
public:
virtual bool Equals(
GpuMat^ other
) sealed
abstract Equals :
other : GpuMat -> bool
override Equals :
other : GpuMat -> bool
Parameters
- other
- Type: Emgu.CV.CudaGpuMat
The other GpuMat to be compares with
Return Value
Type:
BooleanTrue if the two GpuMat equals
Implements
IEquatableTEquals(T)
See Also