Прочетете на английски Редактиране

Споделяне чрез


PageRange.Equals Method

Definition

Tests for equality with a PageRange object.

Overloads

Equals(Object)

Tests whether an object of unknown type is equal to this PageRange.

Equals(PageRange)

Tests whether a PageRange is equal to this PageRange.

Equals(Object)

Tests whether an object of unknown type is equal to this PageRange.

C#
public override bool Equals(object obj);

Parameters

obj
Object

The object tested.

Returns

true if the object is of type PageRange and is equal to this PageRange; otherwise, false.

Applies to

.NET Framework 4.8.1 и други версии
Продукт Версии
.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
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

Equals(PageRange)

Tests whether a PageRange is equal to this PageRange.

C#
public bool Equals(System.Windows.Controls.PageRange pageRange);

Parameters

pageRange
PageRange

The PageRange tested.

Returns

true if the two PageRange objects are equal; otherwise, false.

See also

Applies to

.NET Framework 4.8.1 и други версии
Продукт Версии
.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
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10