Click or drag to resize

LogEventPublisherDetails.Equals(LogEventPublisherDetails) Method

Indicates whether the current object is equal to another object of the same type.

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
Syntax
public bool Equals(
	LogEventPublisherDetails obj
)
View Source

Parameters

obj  LogEventPublisherDetails
An object to compare with this object.

Return Value

Boolean
true if the current object is equal to the obj parameter; otherwise, false.

Implements

IEquatable<T>.Equals(T)
See Also