DisplaySettings.Equals Method

Definition

Overloads

Equals(DisplaySettings)

Determines whether the specified DisplaySettings is equal to the current DisplaySettings.

Equals(Object)

Determines whether the specified object is equal to the current DisplaySettings.

Equals(DisplaySettings)

Determines whether the specified DisplaySettings is equal to the current DisplaySettings.

public:
 bool Equals(Microsoft::VisualStudio::IntelliTrace::DisplaySettings other);
public:
 bool Equals(Microsoft::VisualStudio::IntelliTrace::DisplaySettings other);
bool Equals(Microsoft::VisualStudio::IntelliTrace::DisplaySettings other);
public bool Equals (Microsoft.VisualStudio.IntelliTrace.DisplaySettings other);
override this.Equals : Microsoft.VisualStudio.IntelliTrace.DisplaySettings -> bool
Public Function Equals (other As DisplaySettings) As Boolean

Parameters

other
DisplaySettings

The DisplaySettings to compare with the current DisplaySettings.

Returns

True if the two DisplaySettings are equal; otherwise, false.

Applies to

Equals(Object)

Determines whether the specified object is equal to the current DisplaySettings.

public:
 override bool Equals(System::Object ^ obj);
public:
 override bool Equals(Platform::Object ^ obj);
 override bool Equals(winrt::Windows::Foundation::IInspectable const & obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The object to compare with the current DisplaySettings.

Returns

True if the specified object is equal to the current DisplaySettings; otherwise, false.

Applies to