public sealed class PluginStorageKey : IEquatable<PluginStorageKey>,
IComparable, IComparable<PluginStorageKey>Public NotInheritable Class PluginStorageKey
Implements IEquatable(Of PluginStorageKey), IComparable,
IComparable(Of PluginStorageKey)public ref class PluginStorageKey sealed : IEquatable<PluginStorageKey^>,
IComparable, IComparable<PluginStorageKey^>[<SealedAttribute>]
type PluginStorageKey =
class
interface IEquatable<PluginStorageKey>
interface IComparable
interface IComparable<PluginStorageKey>
end| PluginStorageKey | Constructs the instance of PluginStorageKey with the specified properties. |
| Key | Key the value is stored for, unique in scope of the plug-in. |
| PublicGuid | GUID of the plug-in the value is stored for. |
| CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
| CompareTo(PluginStorageKey) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) |
| Equals(PluginStorageKey) | Indicates whether the current object is equal to another object of the same type. |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |