public sealed class SettingsUnitKey : IEquatable<SettingsUnitKey>Public NotInheritable Class SettingsUnitKey
Implements IEquatable(Of SettingsUnitKey)public ref class SettingsUnitKey sealed : IEquatable<SettingsUnitKey^>[<SealedAttribute>]
type SettingsUnitKey =
class
interface IEquatable<SettingsUnitKey>
end| SettingsUnitKey | Key for identifying a settings unit or fragment. |
| FragmentID | Unique identifier of the settings fragment. |
| FragmentName | Unique name of the settings fragment. |
| ID | Unique identifier of the settings unit or fragment. |
| IsFragment | Indicates that the key describes a fragment. |
| Name | Unique name of the settings unit or fragment. |
| UnitID | Unique identifier of the settings unit. |
| UnitName | Unique name of the settings unit. |
| Deserialize | Deserializes SettingsUnitKey instance from a dictionary storage. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Переопределяет ObjectEquals(Object)) |
| Equals(SettingsUnitKey) | Indicates whether the current object is equal to another object of the same type. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| FromDescriptor | Creates a SettingsUnitKey instance from a SettingsUnitDescriptor. |
| FromRecord | Creates a SettingsUnitKey instance from a SettingsUnitRecord. |
| GetHashCode | Serves as the default hash function. (Переопределяет ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| Serialize | Serializes the SettingsUnitKey instance to a dictionary for storage. |
| ToString | Returns a string that represents the current object. (Переопределяет ObjectToString) |
| Equality(SettingsUnitKey, SettingsUnitKey) | Determines whether two SettingsUnitKey instances are equal. |
| Inequality(SettingsUnitKey, SettingsUnitKey) | Determines whether two SettingsUnitKey instances are not equal. |