AffineMatrix3DEquals Method (AffineMatrix3D)

CVB.Net Documentation
Gets whether this and the other t2 object are equal.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public bool Equals(
	AffineMatrix3D t2
)

Parameters

t2
Type: Stemmer.CvbAffineMatrix3D
Object to compre to.

Return Value

Type: Boolean
if t2 and this instance represent the same value; otherwise .

Implements

IEquatableTEquals(T)
See Also

Reference