







|
| Project Mercury API Reference |
| VariableFloat..::.Equals Method (Object) |
| VariableFloat Structure See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Indicates whether this instance and a specified object are equal.
Namespace:
ProjectMercury
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public override bool Equals( Object obj ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Equals( Object^ obj ) override |
Parameters
- obj
- Type: System..::.Object
Another object to compare to.
