CLong.Equals Method

Definition

Overloads

Equals(Object)

Returns a value indicating whether this instance is equal to a specified object.

Equals(CLong)

Returns a value indicating whether this instance is equal to a specified CLong value.

Equals(Object)

Source:
CLong.cs
Source:
CLong.cs
Source:
CLong.cs

Returns a value indicating whether this instance is equal to a specified object.

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

Parameters

o
Object

An object to compare with this instance.

Returns

true if o is an instance of CLong and equals the value of this instance; otherwise, false.

Applies to

.NET 10 i druge verzije
Proizvod Verzije
.NET 6, 7, 8, 9, 10

Equals(CLong)

Source:
CLong.cs
Source:
CLong.cs
Source:
CLong.cs

Returns a value indicating whether this instance is equal to a specified CLong value.

C#
public bool Equals(System.Runtime.InteropServices.CLong other);

Parameters

other
CLong

A CLong value to compare to this instance.

Returns

true if other has the same value as this instance; otherwise, false.

Implements

Applies to

.NET 10 i druge verzije
Proizvod Verzije
.NET 6, 7, 8, 9, 10