다음을 통해 공유


SplitterLength.Equals Method (SplitterLength)

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

Syntax

‘선언
Public Function Equals ( _
    other As SplitterLength _
) As Boolean
‘사용 방법
Dim instance As SplitterLength
Dim other As SplitterLength
Dim returnValue As Boolean

returnValue = instance.Equals(other)
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

SplitterLength Members

Equals Overload

Microsoft.VisualStudio.PlatformUI Namespace