Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified DisplaySettings is equal to the current DisplaySettings.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Function Equals ( _
other As DisplaySettings _
) As Boolean
public bool Equals(
DisplaySettings other
)
public:
bool Equals(
DisplaySettings other
)
member Equals :
other:DisplaySettings -> bool
public function Equals(
other : DisplaySettings
) : boolean
Parameters
- other
Type: Microsoft.VisualStudio.IntelliTrace.DisplaySettings
The DisplaySettings to compare with the current DisplaySettings.
Return Value
Type: System.Boolean
True if the two DisplaySettings are equal; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.