| EmberId Structure |
Namespace: Lawo.EmberPlusSharp.Ember
public struct EmberId : IEquatable<EmberId>
The EmberId type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateApplication | Creates a constructed identifier of the Application class with the specified number. | |
| CreateContextSpecific | Creates a constructed identifier of the Context-specific class with the specified number. | |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) | |
| Equals(EmberId) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Overrides ValueTypeToString.) | |
| TryParse | Converts the string representation of an identifier input into its
EmberId equivalent and returns a value whether the conversion succeeded. |
| Name | Description | |
|---|---|---|
| Equality | Tests whether two EmberId structures are equal. | |
| Inequality | Tests whether two EmberId structures differ. |