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

現在のインスタンスと比較する XLStyle オブジェクト。
2つの XLStyle オブジェクトが同じかどうかを判定します。
構文
'宣言
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
public override System.bool Equals( 
   System.object obj
)

パラメータ

obj
現在のインスタンスと比較する XLStyle オブジェクト。

戻り値の型

スタイルが同じ場合は、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

参照

関連項目

XLStyle クラス
XLStyle メンバ

Send Feedback