Share via


SplitterLength.Equals Method (SplitterLength)

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As SplitterLength _
) As Boolean
public bool Equals(
    SplitterLength other
)
public:
virtual bool Equals(
    SplitterLength other
) sealed
abstract Equals : 
        other:SplitterLength -> bool  
override Equals : 
        other:SplitterLength -> bool
public final function Equals(
    other : SplitterLength
) : boolean

Parameters

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

SplitterLength Structure

Equals Overload

Microsoft.VisualStudio.PlatformUI Namespace