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