| DoubleEquals Method (Object) | 
Returns a value indicating whether this instance is equal to a specified object.
 
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntaxpublic override bool Equals(
	Object obj
)
Parameters
- obj
 - Type: SystemObject
An object to compare with this instance.  
Return Value
Type: 
Booleantrue if 
obj is an instance of 
Double and equals the value of this instance; otherwise, false.
See Also