Method Equals
Equals(T)
Test if saved value is equal to the one given
Declaration
public bool Equals(T other)
Parameters
| Type | Name | Description |
|---|---|---|
| T | other | Given value |
Returns
| Type | Description |
|---|---|
| bool | True if value are the same |
Implements
Equals(EditorPrefBoolFlags<T>)
Test if this EditorPrefBoolFlags is the same than the given one
Declaration
public bool Equals(EditorPrefBoolFlags<T> other)
Parameters
| Type | Name | Description |
|---|---|---|
| EditorPrefBoolFlags<T> | other | Given EditorPrefBoolFlags |
Returns
| Type | Description |
|---|---|
| bool | True if they use the same value |