<Code Lib>
2023 Method
Changes 1
M

ForgeTypeId.NameEquals

Description:
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.

public bool NameEquals(
	ForgeTypeId other
)

Return Value bool

Loading…