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