Click or drag to resize
Accord.NET (logo)

RationalEquals Method (Object)

Indicates whether this instance and a specified object are equal.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public override bool Equals(
	Object obj
)
Request Example View Source

Parameters

obj
Type: SystemObject
Another object to compare to.

Return Value

Type: Boolean

Field Value

Type: Boolean
true if the current object and obj are the same type and represent the same value; otherwise,

Field Value

Type: Boolean
false.
See Also