DisplayInfo.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) |
If equal to another object. |
Equals(DisplayInfo) |
If equal to another object. |
Equals(Object)
If equal to another object.
public override bool Equals (object obj);
Parameters
- obj
- System.Object
Object to compare.
Returns
System.Boolean
If equal.
Applies to
Equals(DisplayInfo)
If equal to another object.
public bool Equals (Xamarin.Essentials.DisplayInfo other);
Parameters
- other
- DisplayInfo
The other display info to compare.
Returns
System.Boolean
If equal.
Implements
System.IEquatable`1.Equals(`0)