Click or drag to resize

ResultEquals method

Compares this result with a transferred result by content. The timestamp is deliberately not included in the comparison.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public override bool Equals(
	
	Object? obj
)

Parameters

obj  Object
Comparison result.

Return value

Boolean
True if the content of the transferred result (without timestamp) is the same as this result.
See also