Double..::..Equals Method
Returns a value indicating whether this instance and a specified Double object represent the same value.
Namespace:
SystemAssembly: 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