'Declaration
Public Overloads Function Equals( _ ByVal other As IItemRange _ ) As Boolean
public bool Equals( IItemRange other )
Parameters
- other
- このオブジェクトと比較するオブジェクト。
Return Value
現在のオブジェクトがもう一方のパラメータと等しい場合は true、そうでない場合は false。
'Declaration
Public Overloads Function Equals( _ ByVal other As IItemRange _ ) As Boolean
public bool Equals( IItemRange other )