Edit

Share via


BinaryData.Equals(Object) Method

Definition

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

C#
public override bool Equals(object? obj);

Parameters

obj
Object

The object to compare with the current object.

Returns

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

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)