Operator operator ==
operator ==(StatValue, StatValue)
Compare 2 StatValues for equality.
Declaration
public static bool operator ==(StatValue a, StatValue b)
Parameters
| Type | Name | Description |
|---|---|---|
| StatValue | a | lhs. |
| StatValue | b | rhs. |
Returns
| Type | Description |
|---|---|
| bool | True if both StatValues are identical. |