ForgeTypeId.Equals
Method
Description:
Determines whether this ForgeTypeId is equal to another.
Determines whether this ForgeTypeId is equal to another.
Parameters
Parameter | Type | Description |
---|---|---|
other | Object | The ForgeTypeId with which to compare this ForgeTypeId. |
Return Value
Type | Description |
---|---|
Boolean | True if the given ForgeTypeId is equal to this one, or false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was NULL |