'Declaration Public Overloads Function Equals( _ ByVal other As GradientStop _ ) As Boolean
'Usage Dim instance As GradientStop Dim other As GradientStop Dim value As Boolean value = instance.Equals(other)
public bool Equals( GradientStop other )
Parameters
- other
- Another object to compare to.