Click or drag to resize
WebFarmServerInfoEquals Method (WebFarmServerInfo)
Determines whether the specified object instances are considered equal.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 9.0.0
Syntax
C#
protected bool Equals(
	WebFarmServerInfo other
)

Parameters

other
Type: CMS.WebFarmSyncWebFarmServerInfo
Object to compare.

Return Value

Type: Boolean
See Also