A boolean method the checks if the "other" object is the same type as the object that called the method.
Namespace: TypeMock
Assembly: TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax
Parameters
- other
- Type: SystemObject
the object to compare
Return Value
Type: BooleanBoolean, true - if they have the sdame type and false otherwise
See Also