[]
        
(Showing Draft Content)

GrapeCity.Drawing.SchemeGradientStop.Equals

Equals Method

Equals(SchemeGradientStop)

Indicates whether the current value is equal to another value of the same type.

Declaration
public bool Equals(SchemeGradientStop other)
Public Function Equals(other As SchemeGradientStop) As Boolean
Parameters
Type Name Description
SchemeGradientStop other

An SchemeGradientStop value to compare with this value.

Returns
Type Description
bool

true if the current value is equal to the other parameter; otherwise, false.

Implements