Click or drag to resize

DoubleDoubleEquals Method (Object)

Determines whether the current value is equal to another object.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The other value to compare.

Return Value

Type: Boolean
if obj is equal to the current value, otherwise .
See Also