







![]() ![]() |
Project Mercury API Reference |
VariableFloat3..::.Equals Method (VariableFloat3) |
VariableFloat3 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( VariableFloat3 other ) |
Visual Basic (Declaration) |
---|
Public Function Equals ( _ other As VariableFloat3 _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( VariableFloat3 other ) sealed |
Parameters
- other
- Type: ProjectMercury..::.VariableFloat3
An object to compare with this object.