| FactEquals Method |
Returns value indicating whether this object is equal to the given one.
Namespace: Dynamicweb.Content.Social.MetricsAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
Object to compare to.
Return Value
Type:
BooleanValue indicating whether this object is equal to the given one.
Remarks See Also