IFont.IsEqual Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub IsEqual ( _
    pFontOther As IFont _
)
void IsEqual(
    IFont pFontOther
)
void IsEqual(
    [InAttribute] IFont^ pFontOther
)
abstract IsEqual : 
        pFontOther:IFont -> unit
function IsEqual(
    pFontOther : IFont
)

Parameters

.NET Framework Security

See Also

Reference

IFont Interface

Microsoft.VisualStudio.OLE.Interop Namespace