Udostępnij za pośrednictwem


DisplayInfo.Equals Method

Definition

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)

Applies to