WorkSource.Diff(WorkSource) 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.
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
If there is a difference, true is returned.
- Attributes
Remarks
Compare this WorkSource with another.
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.