Click or drag to resize
SingleEquals Method (Single)
Returns a value indicating whether this instance and a specified Single object represent the same value.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public bool Equals(
	float obj
)

Parameters

obj
Type: SystemSingle
An object to compare with this instance.

Return Value

Type: Boolean
true if obj is equal to this instance; otherwise, false.
See Also