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