Inheritance
System.Object
ObjectKey
public class ObjectKey : LocalKey, IEquatable<ObjectKey>
Constructors
Declaration
public ObjectKey(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Fields
Declaration
public readonly object value
Field Value
| Type |
Description |
| System.Object |
|
Methods
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Declaration
public bool Equals(ObjectKey other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.Object.GetHashCode()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.Object.ToString()
Operators
Declaration
public static bool operator ==(ObjectKey left, ObjectKey right)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool operator !=(ObjectKey left, ObjectKey right)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|