リサイズはクリックかドラッグ

EventCommandBaseEquals メソッド (IEventCommand)

Indicates whether the current object is equal to another object of the same type.

名前空間:  WodiLib.Event.EventCommand
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public bool Equals(
	IEventCommand other
)

パラメーター

other
型: WodiLib.Event.EventCommandIEventCommand
An object to compare with this object.

戻り値

型: Boolean
if the current object is equal to the other parameter; otherwise, .

実装

IEquatableTEquals(T)
関連項目