 | BcfFaultIdEquals Method (Object) |
Determines whether the specified
Object is equal to this instance.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The Object to compare with this instance.
Return Value
Type:
Boolean if the specified
Object is equal to this instance; otherwise,
.
See Also