Method Equals
Equals(object)
Determines if the current bundle details instance is equivalent the specified bundle details.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The bundle details to compare to. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the bundle details are equivalent. Returns false otherwise. |
Overrides
Equals(BundleDetails)
Determines if the current instance is equivalent to the specified bundle details object.
Declaration
public bool Equals(BundleDetails other)
Parameters
| Type | Name | Description |
|---|---|---|
| BundleDetails | other | The object to compare to. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the bundle details objects are equivalent. Returns false otherwise. |