.NET Framework Class Library

Border.DoesBorderHaveSameProperties Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > Border Class > Border Methods >

.NET Framework Class Library

Border.DoesBorderHaveSameProperties Method

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Function DoesBorderHaveSameProperties ( _
 anotherBorder As Border _
As Boolean

C#

public bool DoesBorderHaveSameProperties(
 Border anotherBorder
)

Visual C++

public:
bool DoesBorderHaveSameProperties(
 BorderanotherBorder
)

Parameters

anotherBorder

Type: Gnostice.Core.DOM.Border

See Also

Border Class

Border Members

Gnostice.Core.DOM Namespace