|   | VideoCapabilitiesEquals Method (Object) | 
        
         
            Check if the video capability equals to the specified object.
            
 
    Namespace: 
   Accord.Video.DirectShow
    Assembly:
   Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
 Syntax
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
 Object to compare with.
Return Value
Type: 
BooleanReturns true if both are equal are equal or false otherwise.
 See Also
See Also