'Declaration
Public Overloads Overrides Function Equals( _ ByVal other As Expression _ ) As Boolean
'Usage
Dim instance As UnaryOperatorExpression Dim other As Expression Dim value As Boolean value = instance.Equals(other)
public override bool Equals( Expression other )
Parameters
- other
- The other.
Return Value
true
if the current Expression is equal to the other Expression; otherwise, false
.