FragmentString.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(FragmentString) |
Evaluates if the current fragment is equal to another fragment |
Equals(Object) |
Evaluates if the current fragment is equal to an object |
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.