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