2027 Members
Changes 1
M

ForgeTypeId Methods

Name Return Type Description Inherited From
M Clear() ForgeTypeId Sets the typeId to an empty string
M Dispose() None
M Empty() Boolean Checks if the typeId is an empty string
M Equals(Object) Boolean Determines whether this ForgeTypeId is equal to another. (Overrides Object . Equals(Object) )
M GetHashCode() Int32 Returns the hash code for this ForgeTypeId (Overrides Object . GetHashCode () )
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M NameEquals(ForgeTypeId) Boolean Returns true if the typeid string held by this ForgeTypeId is equal to that held by the given ForgeTypeId, excluding the version number. The version number of a typeid string follows a hyphen character. This function compares the typeid strings up to the first hyphen. This is the default equality comparison method for the ForgeTypeId class, used by the equality operator (==).
M StrictlyEquals(ForgeTypeId) Boolean Returns true if the entire typeid string held by this ForgeTypeId is exactly equal to that held by the given ForgeTypeId. For the default equality comparison used by the equality operator (==), see NameEquals(ForgeTypeId) .
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object