|
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 public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Request Example
View SourceParameters
- obj
- Type: SystemObject
Object to compare with.
Return Value
Type:
BooleanReturns true if both are equal are equal or false otherwise.
See Also