Langue

AndroidBitmapInfo.Equals Method

Definition

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.

Applies to