バージョン

Equals メソッド (ChartSortDescription)

SortDescription が別の SortDescription に等しいかどうかを返します。
シンタックス
'宣言
 
Public Overrides Function Equals( _
   ByVal other As Object _
) As Boolean
public override bool Equals( 
   object other
)

パラメータ

other
比較する SortDescription。

戻り値の型

SortDescription インスタンスが等しい場合は True。
参照