|
FilterInfoCompareTo Method
|
Compare the object with another instance of this class.
Namespace:
Accord.Video.DirectShow
Assembly:
Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntaxpublic int CompareTo(
Object value
)
Public Function CompareTo (
value As Object
) As Integer
Request Example
View SourceParameters
- value
- Type: SystemObject
Object to compare with.
Return Value
Type:
Int32A signed number indicating the relative values of this instance and
value.
Implements
IComparableCompareTo(Object)
See Also