Bridge

Single..::..Equals Method

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

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

Syntax


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

Parameters

other
Type: System..::..Single

Return Value

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