GpuMatEquals Method (GpuMat) |
http://www.emgu.com
Returns true if the two GpuMat equals
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
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