Equals Method
Definition
- Namespace
- Tyne
- Assembly
- Tyne.Core.dll
Methods
| Edit this page View SourceEquals(Unit)
Determines whether the specified other
is equal to the current instance of the same type.
Declaration
public bool Equals(Unit other)
Parameters
Returns
boolRemarks
This always returns true.
Equals(object?)
Determines whether the specified obj
is equal to the current instance.
Declaration
public override bool Equals(object? obj)
Parameters
obj
- object
The object to compare with the current instance.