'Declaration
Public Overloads Function Equals( _ ByVal other As SchemeGradientStop _ ) As Boolean
'Usage
Dim instance As SchemeGradientStop Dim other As SchemeGradientStop Dim value As Boolean value = instance.Equals(other)
public bool Equals( SchemeGradientStop other )
Parameters
- other
- An SchemeGradientStop value to compare with this value.
Return Value
true
if the current value is equal to the other parameter; otherwise, false
.