Bridge

Double..::..Equals Method

Returns a value indicating whether this instance and a specified Double object represent the same value.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public bool Equals(
	double other
)
<TemplateAttribute> _
Public Function Equals ( _
	other As Double _
) As Boolean
[TemplateAttribute]
public:
bool^ Equals(
	double^ other
)

Parameters

other
Type: System..::..Double

Return Value

true if obj is equal to this instance; otherwise, false.