'宣言 Public Overloads Overridable Function IsSame( _ ByVal other As LogEntryBase _ ) As System.Boolean
public virtual System.bool IsSame( LogEntryBase other )
パラメータ
- other
- LogEntryBaseオブジェクト。
戻り値の型
指定されたエントリが現在のエントリと同じである場合はtrue。 それ以外の場合はfalse。
'宣言 Public Overloads Overridable Function IsSame( _ ByVal other As LogEntryBase _ ) As System.Boolean
public virtual System.bool IsSame( LogEntryBase other )