DevicePlatform.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
Equals(Object) |
Checks the equality of the platform. |
Equals(DevicePlatform) |
Checks the equality of the platform. |
Equals(Object)
Checks the equality of the platform.
public override bool Equals (object obj);
Parameters
- obj
- System.Object
The object compare
Returns
System.Boolean
If they are equal
Applies to
Equals(DevicePlatform)
Checks the equality of the platform.
public bool Equals (Xamarin.Essentials.DevicePlatform other);
Parameters
- other
- DevicePlatform
The platform to compare
Returns
System.Boolean
If they are equal
Implements
System.IEquatable`1.Equals(`0)