Operator operator ==
operator ==(Tag, Tag)
Declaration
public static bool operator ==(Tag a, Tag b)
Parameters
| Type | Name | Description |
|---|---|---|
| Tag | a | A Tag instance to compare. |
| Tag | b | The Tag instance to compare to. |
Returns
| Type | Description |
|---|---|
| bool |
|
Remarks
Two null objects are considered equal.