 | ResultEquals method |
Compares this result with a transferred result by content.
The timestamp is deliberately not included in the comparison.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic override bool Equals(
Object? obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj Object
- Comparison result.
Return value
BooleanTrue if the content of the transferred result (without timestamp) is the same as this result.
See also