Skip to content

75f7998d 33dc 18e6 0f29 30e2744cb2f4

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

DivisionExpression.Equals Method (DivisionExpression)

Indicates whether the current object is equal to another object of the same type.

Namespace: Sundew.Quantities.Engine.Representations.Hierarchical.Expressions
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public bool Equals(
	DivisionExpression other
)

C#

public bool Equals(
	DivisionExpression other
)

VB

Public Function Equals ( 
	other As DivisionExpression
) As Boolean

VB

Public Function Equals ( 
	other As DivisionExpression
) As Boolean

C++

public:
virtual bool Equals(
	DivisionExpression^ other
) sealed

C++

public:
virtual bool Equals(
	DivisionExpression^ other
) sealed

F#

abstract Equals : 
        other : DivisionExpression -> bool 
override Equals : 
        other : DivisionExpression -> bool 

F#

abstract Equals : 
        other : DivisionExpression -> bool 
override Equals : 
        other : DivisionExpression -> bool 

Parameters

 

other
Type: Sundew.Quantities.Engine.Representations.Hierarchical.Expressions.DivisionExpression
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatable(T).Equals(T)

See Also

Reference

DivisionExpression Class
Equals Overload
Sundew.Quantities.Engine.Representations.Hierarchical.Expressions Namespace

Clone this wiki locally