<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

Type

public class Type
Wraps access to operators over instances of Type.
public Type Type { get; }

Gets the underlying System.Type.

public Type(Type typeThing)

Initializes a new instance of Type

public static bool op_Equality(Type type1, Type type2)

Indicates whether or not the two provided types are equal.

public static Type op_Explicit(Type obj)

Gets a new Type wrapping the provided System.Type.

public static Type op_Implicit(Type obj)

Gets the underlying System.Type of the provided Type.

public static bool op_Inequality(Type type1, Type type2)

Indicates whether or not the two provided types are NOT equal.