CompareTo Method (Effect)
In This Topic
Syntax
'Declaration
Public Function CompareTo( _
ByVal As Effect _
) As Integer
'Usage
Dim instance As Effect
Dim other As Effect
Dim value As Integer
value = instance.CompareTo(other)
public int CompareTo(
Effect
)
Parameters
- other
See Also