言語

FieldIdentifier.Equals メソッド

定義

オーバーロード

名前 説明
Equals(FieldIdentifier)

指定した FieldIdentifier が現在のフィールド識別子と等しいかどうかを判断します。

Equals(Object)

指定したオブジェクトが現在のフィールド識別子と等しいかどうかを判断します。

Equals(FieldIdentifier)

ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs

指定した FieldIdentifier が現在のフィールド識別子と等しいかどうかを判断します。

public:
 virtual bool Equals(Microsoft::AspNetCore::Components::Forms::FieldIdentifier otherIdentifier);
public bool Equals(Microsoft.AspNetCore.Components.Forms.FieldIdentifier otherIdentifier);
override this.Equals : Microsoft.AspNetCore.Components.Forms.FieldIdentifier -> bool
Public Function Equals (otherIdentifier As FieldIdentifier) As Boolean

パラメーター

otherIdentifier
FieldIdentifier

現在のインスタンスと比較するフィールド識別子。

返品

true 2 つのインスタンスが等しい場合。それ以外の場合は false

実装

適用対象

Equals(Object)

ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs
ソース:
FieldIdentifier.cs

指定したオブジェクトが現在のフィールド識別子と等しいかどうかを判断します。

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object? obj);
public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

パラメーター

obj
Object

現在のフィールド識別子と比較するオブジェクト。

返品

true 指定したオブジェクトが現在のフィールド識別子と等しい場合。それ以外の場合は false

適用対象