Equals Method (VariableFloat)

Project Mercury API

[This is preliminary documentation and is subject to change.]

Indicates whether the current object is equal to another object of the same type.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public bool Equals(
	VariableFloat other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As VariableFloat _
) As Boolean
Visual C++
public:
virtual bool Equals(
	VariableFloat other
) sealed

Parameters

other
Type: ProjectMercury..::.VariableFloat
An object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also