Method Equals
Equals(IapConfiguration?)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(IapConfiguration? other)
Parameters
| Type |
Name |
Description |
| IapConfiguration |
other |
An object to compare with this object.
|
Returns
| Type |
Description |
| bool |
true if the current object is equal to the other parameter; otherwise, false.
|
Implements
Applies to
Platforms and versions
| Target | Versions |
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |
Equals(object?)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object? other)
Parameters
| Type |
Name |
Description |
| object |
other |
|
Returns
| Type |
Description |
| bool |
true if the specified object is equal to the current object; otherwise, false.
|
Overrides
Applies to
Platforms and versions
| Target | Versions |
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |