Class Key
Namespace: Unity.UIWidgets.foundation
Syntax
public abstract class Key
Constructors
Key()
Declaration
protected Key()
Methods
key(String)
Declaration
public static Key key(string value)
Parameters
Type | Name | Description |
---|---|---|
String | value |
Returns
Type | Description |
---|---|
Key |
Operators
Equality(Key, Key)
Declaration
public static bool operator ==(Key left, Key right)
Parameters
Type | Name | Description |
---|---|---|
Key | left | |
Key | right |
Returns
Type | Description |
---|---|
Boolean |
Inequality(Key, Key)
Declaration
public static bool operator !=(Key left, Key right)
Parameters
Type | Name | Description |
---|---|---|
Key | left | |
Key | right |
Returns
Type | Description |
---|---|
Boolean |