Class ToolboxItemUsedKey
Keeps the meaningful fields that distinguish one Telerik.
Inheritance
Namespace: Telerik.CallHome.Debouncers
Assembly: Telerik.Windows.Controls.dll
Syntax
public class ToolboxItemUsedKey : Object, IEquatable<ToolboxItemUsedKey>
Constructors
ToolboxItemUsedKey()
Properties
ComponentType
Gets or sets the component type.
Declaration
public string ComponentType { get; set; }
Property Value
System.
|
ProductCode
Gets or sets the product code.
Declaration
public Nullable<int> ProductCode { get; set; }
Property Value
System.
|
Methods
Equals(Object)
Indicates whether the current object is equal to another object of the same type.
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Equals(ToolboxItemUsedKey)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(ToolboxItemUsedKey other)
Parameters
Toolbox
|
Returns
System.
|
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.
|