Share via


FragmentString.Equals Method

Definition

Overloads

Equals(FragmentString)

Evaluates if the current fragment is equal to another fragment other.

Equals(Object)

Evaluates if the current fragment is equal to an object obj.

Equals(FragmentString)

Source:
FragmentString.cs
Source:
FragmentString.cs
Source:
FragmentString.cs

Evaluates if the current fragment is equal to another fragment other.

public:
 virtual bool Equals(Microsoft::AspNetCore::Http::FragmentString other);
public bool Equals (Microsoft.AspNetCore.Http.FragmentString other);
override this.Equals : Microsoft.AspNetCore.Http.FragmentString -> bool
Public Function Equals (other As FragmentString) As Boolean

Parameters

other
FragmentString

A FragmentString to compare.

Returns

true if the fragments are equal.

Implements

Applies to

Equals(Object)

Source:
FragmentString.cs
Source:
FragmentString.cs
Source:
FragmentString.cs

Evaluates if the current fragment is equal to an object obj.

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

An object to compare.

Returns

true if the fragments are equal.

Applies to