Class ProductUsedKey
Keep the meaningful fields that distinguish one Telerik.CallHome.OpenAPI.Model.LicenseInformation event from another. XML Serializable. Suitable for an System.Collections.IDictionary key.
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.Nullable<System.Int32>
|
ProductCode
Gets or sets the product code.
Declaration
public Nullable<int> ProductCode { get; set; }
Property Value
System.Nullable<System.Int32>
|
ProductVersion
Gets or sets the product version.
Declaration
public string ProductVersion { get; set; }
Property Value
System.String
|
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.Object
obj
|
Returns
System.Boolean
|
Equals(ProductUsedKey)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(ProductUsedKey other)
Parameters
ProductUsedKey
other
|
Returns
System.Boolean
|
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
|