Instance |
public class InstanceId
The InstanceId type exposes the following members.
| Name | Description | |
|---|---|---|
| InstanceId | Constructor. |
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified InstanceId is equal to the current InstanceId.
(Overrides ObjectEquals(Object)) | |
| GetHashCode |
Serves as a hash function for InstanceId.
(Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Equality(InstanceId, InstanceId) | Makes possible to use equality operator (==) on two InstanceId. | |
| Inequality(InstanceId, InstanceId) | Makes possible to use inequality operator (!=) on two InstanceId. |