| SbMatrixEquals Method (Object, Single) | 
 
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntaxpublic bool Equals(
	Object o,
	float tolerance
)
Public Function Equals ( 
	o As Object,
	tolerance As Single
) As Boolean
public:
bool Equals(
	Object^ o, 
	float tolerance
)
member Equals : 
        o : Object * 
        tolerance : float32 -> bool 
Parameters
- o
 - Type: SystemObject
 - tolerance
 - Type: SystemSingle
 
Return Value
Type: 
Boolean
See Also