AssignIsCheckingSameType Method

Typemock Isolator Developer Guide
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

public bool IsCheckingSameType(
	Object other
)

Parameters

other
Type: SystemObject
the object to compare

Return Value

Type: Boolean
Boolean, true - if they have the sdame type and false otherwise
See Also

Reference