FieldIdentifier.Equals Method

Definition

Overloads

Name Description
Equals(FieldIdentifier)

Determines whether the specified FieldIdentifier is equal to the current field identifier.

Equals(Object)

Determines whether the specified object is equal to the current field identifier.

Equals(FieldIdentifier)

Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs

Determines whether the specified FieldIdentifier is equal to the current field identifier.

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

Parameters

otherIdentifier
FieldIdentifier

The field identifier to compare with the current instance.

Returns

true if the two instances are equal; otherwise, false.

Implements

Applies to

Equals(Object)

Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs
Source:
FieldIdentifier.cs

Determines whether the specified object is equal to the current field identifier.

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

Parameters

obj
Object

The object to compare with the current field identifier.

Returns

true if the specified object is equal to the current field identifier; otherwise, false.

Applies to