TagHelperAttribute.Equals Method

Definition

Overloads

Equals(TagHelperAttribute)
Equals(Object)

Equals(TagHelperAttribute)

Source:
TagHelperAttribute.cs
Source:
TagHelperAttribute.cs

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

public:
 bool Equals(Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^ other);
public bool Equals (Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute other);
override this.Equals : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute -> bool
Public Function Equals (other As TagHelperAttribute) As Boolean

Parameters

Returns

Remarks

Name is compared case-insensitively.

Applies to

Equals(Object)

Source:
TagHelperAttribute.cs
Source:
TagHelperAttribute.cs

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

public:
 override bool Equals(System::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

Returns

Applies to