'宣言
Public Overloads Function Equals( _ ByVal other As DesignPoint _ ) As Boolean
public bool Equals( DesignPoint other )
パラメータ
- other
- 比較するDesignPoint 。
戻り値の型
現在のインスタンスが指定されたDesignPointと等しい場合は、True。それ以外の場合は、false。
'宣言
Public Overloads Function Equals( _ ByVal other As DesignPoint _ ) As Boolean
public bool Equals( DesignPoint other )