2023 Method
Changes 1
M

ForgeTypeId.StrictlyEquals

Description:
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).
public bool StrictlyEquals(
	ForgeTypeId other
)
Return Value bool