LogStackTraceEquals(Object) Method
Determines whether the specified Object is equal to the current Object.
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.164 -- Release Build+66e15837b98af4c1fb6071887ad7ac5cf1ff0b00
public override bool Equals(
Object? obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
- obj Object
- The object to compare with the current object.
Boolean
true if the specified object is equal to the current object; otherwise, false.