VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix3D Class / Equals Methods / Equals(AffineMatrix3D) Method
Syntax Requirements SeeAlso
In This Topic
Equals(AffineMatrix3D) Method (AffineMatrix3D)
In This Topic
Returns a value indicating whether this instance is equal to a specified object.
Syntax
'Declaration

Public Overloads Function Equals( _
ByVal value
An AffineMatrix3D to compare with this instance.
As AffineMatrix3D _
) As Boolean
public bool Equals(
AffineMatrix3D value
)

Parameters

value
An AffineMatrix3D to compare with this instance.

Return Value

True if value is an instance of AffineMatrix3D and equals the value of this instance; 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