.NET Matrix Library
IsEqual Method
See Also  Send Feedback



Returns a value indicating whether this Matrix object is equal to another matrix within a tolerance. Returns a value indicating whether this Matrix is equal to another matrix within a tolerance.

Overload List

OverloadDescription
IsEqual(Matrix)Returns a value indicating whether this Matrix is equal to another matrix within a default tolerance.  
IsEqual(Matrix,Double)Returns a value indicating whether this Matrix is equal to another matrix within the specified tolerance.  

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library