WorkSource.Diff(WorkSource) Method

Definition

Compare this WorkSource with another.

[Android.Runtime.Register("diff", "(Landroid/os/WorkSource;)Z", "GetDiff_Landroid_os_WorkSource_Handler")]
public virtual bool Diff (Android.OS.WorkSource? other);
[<Android.Runtime.Register("diff", "(Landroid/os/WorkSource;)Z", "GetDiff_Landroid_os_WorkSource_Handler")>]
abstract member Diff : Android.OS.WorkSource -> bool
override this.Diff : Android.OS.WorkSource -> bool

Parameters

other
WorkSource

The WorkSource to compare against.

Returns

Boolean

If there is a difference, true is returned.

Attributes

Remarks

Java documentation for android.os.WorkSource.diff(android.os.WorkSource).

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