Algebra.QL.Form.Type.BaseType.GetHashCode C# (CSharp) Method

GetHashCode() public final method

public final GetHashCode ( ) : int
return int
        public override sealed int GetHashCode()
        {
            return GetType().GetHashCode();
        }