|
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
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Request Example
View SourceParameters
- obj
- Type: SystemObject
Another object to compare to.
Return Value
Type:
BooleanField Value
Type:
Booleantrue if the current object and
obj are the same type and represent the same value; otherwise,
Field Value
Type:
Booleanfalse.
See Also