'Declaration Public Function Contains( _ ByVal gradientStop As GradientStop _ ) As Boolean
'Usage Dim instance As GradientStopList Dim gradientStop As GradientStop Dim value As Boolean value = instance.Contains(gradientStop)
public bool Contains( GradientStop gradientStop )
Parameters
- gradientStop
- The GradientStop object to locate.
Return Value
true if the GradientStop exists in the list; otherwise, false.