AndroidBitmapInfo.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Equals(AndroidBitmapInfo) |
Determines whether the specified AndroidBitmapInfo is equal to this instance. |
| Equals(Object) |
Equals(AndroidBitmapInfo)
Determines whether the specified AndroidBitmapInfo is equal to this instance.
public bool Equals(Android.Graphics.AndroidBitmapInfo value);
override this.Equals : Android.Graphics.AndroidBitmapInfo -> bool
Parameters
- value
- AndroidBitmapInfo
The AndroidBitmapInfo to compare with this instance.
Returns
true if the specified value is equal to this instance; otherwise, false.
Implements
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Equals(Object)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object? value);
override this.Equals : obj -> bool
Parameters
- value
- Object
Returns
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.