Type::Equals Method (Type)
Silverlight
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Parameters
- o
- Type: System::Type
The Type whose underlying system type is to be compared with the underlying system type of the current Type.
Return Value
Type: System::Booleantrue if the underlying system type of o is the same as the underlying system type of the current Type; otherwise, false.
The following example uses Equals to compare two types.
Note: |
|---|
To run this example, see Building Examples That Use a Demo Method and a TextBlock Control. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show:
Note: