Suggest a change
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Close
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close
Parameters
Parameter |
Description |
other |
The other instance for comparing. |
Returns
bool
True if the given instance is equal to this, otherwise, false.
Description
Checks if this instance equals another.
Declaration
public bool Equals(object obj);
Parameters
Parameter |
Description |
obj |
The object for comparing. |
Returns
bool
True if the given object is equal to this instance, otherwise, false.
Description
Checks if this instance equals a given object.