Skip to content

babee52d 2af0 2396 435e 5537e293cb89

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

Quantity(TQuantity).Equals Method (Object)

Determines whether the specified Object is equal to this instance.

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

Syntax

C#

public override bool Equals(
	Object obj
)

C#

public override bool Equals(
	Object obj
)

VB

Public Overrides Function Equals ( 
	obj As Object
) As Boolean

VB

Public Overrides Function Equals ( 
	obj As Object
) As Boolean

C++

public:
virtual bool Equals(
	Object^ obj
) override

C++

public:
virtual bool Equals(
	Object^ obj
) override

F#

abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool 

F#

abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool 

Parameters

 

obj
Type: System.Object
The Object to compare with this instance.

Return Value

Type: Boolean
true if the specified Object is equal to this instance; otherwise, false.

See Also

Reference

Quantity(TQuantity) Class
Equals Overload
Sundew.Quantities.Engine.Quantities Namespace

Clone this wiki locally