Excel for UWP/WinRT
Equals メソッド (XLFont)

比較する Excel フォント。
指定された System.Object インスタンスがこれと等しいと見なされるかどうかを判定します。
構文
'宣言
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
public override System.bool Equals( 
   System.object obj
)

パラメータ

obj
比較する Excel フォント。

戻り値の型

オブジェクトどうしが等しいと見なされる場合は true、そうでない場合は false
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

XLFont クラス
XLFont メンバ

Send Feedback