'宣言 Public Overloads Function Equals( _ ByVal other As SchemeGradientStop _ ) As System.Boolean
public System.bool Equals( SchemeGradientStop other )
パラメータ
- other
- この値と比較する SchemeGradientStop 値。
戻り値の型
現在の値がotherパラメーターと等しい場合は
true
、それ以外の場合は false
。