| Stream  Conversion (Stream to Boolean) | 
        
          
    Namespace: 
   OpenCvSharp.Cuda
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic static explicit operator bool (
	Stream self
)
Public Shared Narrowing Operator CType ( 
	self As Stream
) As Boolean
static explicit operator bool (
	Stream^ self
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- self
- Type: OpenCvSharp.CudaStream
 
Return Value
Type: 
Boolean See Also
See Also