Method Equals
Equals(HorizontalVerticalTransformationStep)
Returns true if the two transformation steps are equal, false otherwise.
Declaration
public bool Equals(HorizontalVerticalTransformationStep rightHorizontalVerticalTransformationStep)
Parameters
| Type | Name | Description |
|---|---|---|
| HorizontalVerticalTransformationStep | rightHorizontalVerticalTransformationStep | Another horizontal-vertical transformation step. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|
Implements
System.IEquatable<T>.Equals(T)
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.10 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.10 - 200.8 |
| Xamarin.Android | 100.10 - 100.15 |
| Xamarin.iOS | 100.10 - 100.15 |
| UWP | 100.10 - 200.8 |
Equals(Object)
Returns a value indicating if the two objects are equal.
Declaration
public override bool Equals(object other)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | other | The other object to compare. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.10 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.2 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.10 - 200.8 |
| Xamarin.Android | 100.10 - 100.14 |
| Xamarin.iOS | 100.10 - 100.15 |
| UWP | 100.10 - 200.8 |