Matrix6By6SymmetricEquals Method (Matrix6By6Symmetric) | 
 
        Indicates whether another instance of this type is exactly equal to this instance.
      
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Equals(
	Matrix6By6Symmetric other
)
Public Function Equals ( 
	other As Matrix6By6Symmetric
) As Boolean
public:
virtual bool Equals(
	Matrix6By6Symmetric^ other
) sealed
abstract Equals : 
        other : Matrix6By6Symmetric -> bool 
override Equals : 
        other : Matrix6By6Symmetric -> bool Parameters
- other
 - Type: AGI.Foundation.CoordinatesMatrix6By6Symmetric
        The instance to compare to this instance.
       
Return Value
Type: 
Boolean if 
other represents the same value as this instance; otherwise 
.
      
Implements
IEquatableTEquals(T)
See Also