VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix3D Class / Equals Methods / Equals(AffineMatrix3D,AffineMatrix3D) Method
Syntax Requirements SeeAlso
In This Topic
Equals(AffineMatrix3D,AffineMatrix3D) Method (AffineMatrix3D)
In This Topic
Compares two AffineMatrix3D.
Syntax
'Declaration

Public Overloads Shared Function Equals( _
ByVal matrix1
The first AffineMatrix3D to compare.
As AffineMatrix3D, _
ByVal matrix2
The second AffineMatrix3D to compare.
As AffineMatrix3D _
) As Boolean

Parameters

matrix1
The first AffineMatrix3D to compare.
matrix2
The second AffineMatrix3D to compare.

Return Value

True if the matrix1 and matrix2 are equal; 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