Прочитај на енглеском Уреди

Делите путем


CompilerInfo.Equals(Object) Method

Definition

Determines whether the specified object represents the same language provider and compiler settings as the current CompilerInfo.

C#
public override bool Equals(object o);

Parameters

o
Object

The object to compare with the current CompilerInfo.

Returns

true if o is a CompilerInfo object and its value is the same as this instance; otherwise, false.

Remarks

This method overrides the Object.Equals(Object) method.

The two instances are considered equal if the values of the following properties are equal:

Applies to

Производ Верзије
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.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
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also