[]
Indicates whether the current value is equal to another value of the same type.
public bool Equals(SchemeGradientStop other)
Public Function Equals(other As SchemeGradientStop) As Boolean
| Type | Name | Description |
|---|---|---|
| SchemeGradientStop | other | An SchemeGradientStop value to compare with this value. |
| Type | Description |
|---|---|
| bool |
|