75 public override bool Equals( System.Object obj )
78 if ((
object)temp ==
null)
94 if (System.Object.ReferenceEquals(a, b))
100 if (((
object)a ==
null) || ((
object)b ==
null))
Simple helper class that allows you to serialize System.Type objects
string m_AssemblyQualifiedName
The assembly-qualified name of the type, which includes the name of the assembly from which the Type ...
string m_AssemblyName
The display name of the assembly of the type.
TypeSerializable(System.Type _SystemType)
string Name
The name of the type.
override bool Equals(System.Object obj)
static bool operator!=(TypeSerializable a, TypeSerializable b)
string AssemblyQualifiedName
The assembly-qualified name of the type, which includes the name of the assembly from which the Type ...
bool Equals(TypeSerializable _Object)
System.Type SystemType
The type.
override int GetHashCode()
string m_Name
The name of the type.
System.Type m_SystemType
The type.
string AssemblyName
The display name of the assembly of the type.
static bool operator==(TypeSerializable a, TypeSerializable b)