JsonEncodedText.Equals Method
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.
Equals(Object) |
Determines whether this instance and a specified object, which must also be a JsonEncodedText instance, have the same value. |
Equals(JsonEncodedText) |
Determines whether this instance and another specified JsonEncodedText instance have the same value. |
- Source:
- JsonEncodedText.cs
- Source:
- JsonEncodedText.cs
- Source:
- JsonEncodedText.cs
- Source:
- JsonEncodedText.cs
- Source:
- JsonEncodedText.cs
Determines whether this instance and a specified object, which must also be a JsonEncodedText instance, have the same value.
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 to this instance.
Returns
true
if the current instance and obj
are equal; otherwise, false
.
Remarks
If obj
is null
, the method returns false
.
Applies to
.NET 9 y otras versiones
Producto | Versiones |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6 (package-provided), 6, 7 (package-provided), 7, 8 (package-provided), 8, 9 (package-provided), 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
- Source:
- JsonEncodedText.cs
- Source:
- JsonEncodedText.cs
- Source:
- JsonEncodedText.cs
- Source:
- JsonEncodedText.cs
- Source:
- JsonEncodedText.cs
Determines whether this instance and another specified JsonEncodedText instance have the same value.
public:
virtual bool Equals(System::Text::Json::JsonEncodedText other);
public bool Equals (System.Text.Json.JsonEncodedText other);
override this.Equals : System.Text.Json.JsonEncodedText -> bool
Public Function Equals (other As JsonEncodedText) As Boolean
Parameters
- other
- JsonEncodedText
The object to compare to this instance.
Returns
true
if this instance and other
have the same value; otherwise, false
.
Implements
Remarks
Default instances of JsonEncodedText are treated as equal.
Applies to
.NET 9 y otras versiones
Producto | Versiones |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6 (package-provided), 6, 7 (package-provided), 7, 8 (package-provided), 8, 9 (package-provided), 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: