Op Englesch liesen Editéieren

Deelen iwwer


ContourPoint.Equals Method

Definition

Provides methods for comparing objects.

Overloads

Equals(Object)

Determines if a given object is an instance of ContourPoint and equal to the current instance of ContourPoint.

Equals(ContourPoint)

Determines if a given instance of ContourPoint is equal to the current instance of ContourPoint.

Equals(Object)

Source:
TTSEngineTypes.cs
Source:
TTSEngineTypes.cs
Source:
TTSEngineTypes.cs

Determines if a given object is an instance of ContourPoint and equal to the current instance of ContourPoint.

C#
public override bool Equals(object obj);

Parameters

obj
Object

An object that can be cast to an instance of ContourPoint.

Returns

Returns true if the current instance of ContourPoint and that obtained from the obj argument are equal, otherwise returns false.

Remarks

The method returns false if the Object provided by the obj argument cannot be cast to ContourPoint.

Applies to

.NET 10 (package-provided) an aner Versiounen
Produkt Versiounen
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 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)

Equals(ContourPoint)

Source:
TTSEngineTypes.cs
Source:
TTSEngineTypes.cs
Source:
TTSEngineTypes.cs

Determines if a given instance of ContourPoint is equal to the current instance of ContourPoint.

C#
public bool Equals(System.Speech.Synthesis.TtsEngine.ContourPoint other);

Parameters

other
ContourPoint

An instance of ContourPoint that will be compared to the current instance.

Returns

Returns true if both the current instance of ContourPoint and that supplied through the other argument are equal, otherwise returns false.

Implements

Applies to

.NET 10 (package-provided) an aner Versiounen
Produkt Versiounen
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 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)