Compares two types by ID to see if they represent the same type.
Namespace: Kernel.FOS_SystemAssembly: Kernel.FOS_System (in Kernel.FOS_System.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- x
- Type: Kernel.FOS_System Type
The first type to compare with the second.
- y
- Type: Kernel.FOS_System Type
The second type to compare with the first.
Return Value
Type: BooleanTrue if they are equal, otherwise false.
See Also