







|
| Project Mercury API Reference |
| VariableFloat..::.Equals Method (VariableFloat) |
| VariableFloat Structure See Also Send Feedback |
[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.
