Читати англійською Редагувати

Поділитися через


SignatureToken.Equals Method

Definition

Indicates whether the current instance is equal to a specified object.

Overloads

Equals(Object)

Checks if the given object is an instance of SignatureToken and is equal to this instance.

Equals(SignatureToken)

Indicates whether the current instance is equal to the specified SignatureToken.

Equals(Object)

Checks if the given object is an instance of SignatureToken and is equal to this instance.

C#
public override bool Equals(object obj);

Parameters

obj
Object

The object to compare with this SignatureToken.

Returns

true if obj is an instance of SignatureToken and is equal to this object; otherwise, false.

Applies to

.NET Framework 4.8.1 та інші версії
Продукт Версії
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Equals(SignatureToken)

Indicates whether the current instance is equal to the specified SignatureToken.

C#
public bool Equals(System.Reflection.Emit.SignatureToken obj);

Parameters

obj
SignatureToken

The SignatureToken to compare to the current instance.

Returns

true if the value of obj is equal to the value of the current instance; otherwise, false.

Applies to

.NET Framework 4.8.1 та інші версії
Продукт Версії
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1