VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftRectF Structure / Equals(Object) Method
Syntax Requirements SeeAlso
In This Topic
Equals(Object) Method (VintasoftRectF)
In This Topic
Tests whether obj is a VintasoftRectF with the same location and size of this VintasoftRectF.
Syntax
'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

True if obj is a VintasoftRectF and its X, Y, Width, and Height properties are equal to the corresponding properties of this VintasoftRectF; otherwise, false.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also