ActiveReports 12
Equals(Content) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Def.Content Class > Equals Method : Equals(Content) Method
The Def.Content to compare with the current Def.Content.
Determines whether the specified Def.Content is equal to this instance.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As Def.Content _
) As Boolean
public bool Equals( 
   Def.Content other
)

Parameters

other
The Def.Content to compare with the current Def.Content.

Return Value

true if the specified Def.Content is equal to this instance; otherwise, false.
See Also

Reference

Def.Content Class
Def.Content Members
Overload List