Equals Method
- Last UpdatedAug 21, 2026
- 1 minute read
Indicates whether this instance and a specified object are equal.
Parameters
- obj
- The object to compare with the current instance.
Return Value
true if obj and this instance are the same type and represent the same value; otherwise, false.