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