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