VintaSoft Barcode .NET SDK 16.0: Документация для Веб разработчика
Vintasoft.Primitives Namespace / VintasoftRectF Structure / Equals(Object) Method
Синтаксис Требования Смотрите также
В этом разделе
Equals(Object) Метод (VintasoftRectF)
В этом разделе
Tests whether {i}obj{/i} is a T:Vintasoft.Primitives.VintasoftRectF with the same location and size of this T:Vintasoft.Primitives.VintasoftRectF.
Синтаксис
'Declaration

Public Overrides Function Equals( _
ByVal obj
The object to test.
As Object _
) As Boolean
public override bool Equals(
object obj
)

Parameters

obj
The object to test.

Return Value

{b}True{/b} if {i}obj{/i} is a T:Vintasoft.Primitives.VintasoftRectF and its P:Vintasoft.Primitives.VintasoftRectF.X, P:Vintasoft.Primitives.VintasoftRectF.Y, P:Vintasoft.Primitives.VintasoftRectF.Width, and P:Vintasoft.Primitives.VintasoftRectF.Height properties are equal to the corresponding properties of this T:Vintasoft.Primitives.VintasoftRectF; otherwise, {b}false{/b}.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также