Inheritance
System.Object
Key
public abstract class Key
Constructors
Declaration
Methods
Declaration
public static Key key(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Operators
Declaration
public static bool operator ==(Key left, Key right)
Parameters
| Type |
Name |
Description |
| Key |
left |
|
| Key |
right |
|
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool operator !=(Key left, Key right)
Parameters
| Type |
Name |
Description |
| Key |
left |
|
| Key |
right |
|
Returns
| Type |
Description |
| System.Boolean |
|