Class ProductId
Inheritance
System.Object
ProductId
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class ProductId : Object, IEquatable<ProductId>
Constructors
ProductId(String, String)
Declaration
public ProductId(string name, string version)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
version |
|
Properties
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Version
Declaration
public string Version { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Equals(ProductId)
Declaration
public bool Equals(ProductId productId)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(ProductId, ProductId)
Declaration
public static bool Equals(ProductId x, ProductId y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Operators
Equality(ProductId, ProductId)
Declaration
public static bool operator ==(ProductId left, ProductId right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(ProductId, ProductId)
Declaration
public static bool operator !=(ProductId left, ProductId right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>