Method Equals
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
Equals(Durability)
Returns a value indicating whether the value of this instance is
equal to the value of the specified
Durability
instance.
Declaration
public bool Equals(Durability value)
Parameters
| Type |
Name |
Description |
| Durability |
value |
The value to compare to this instance. |
Returns
| Type |
Description |
| Boolean |
true if the value equals the value of
this instance, otherwise false.
|