Equals Method

Summary

Determines whether the specified ContextItem is equal to the current ContextItem.

Syntax
C#
VB
C++
public override bool Equals( 
   object obj 
) 
Public Overrides Function Equals( _ 
   ByVal obj As Object _ 
) As Boolean 
public: 
bool Equals(  
   Object^ obj 
) override  

Parameters

obj
The ContextItem to compare with the current ContextItem.

Return Value

true if the specified ContextItem is equal to the current ContextItem; otherwise it is false.

Exceptions

ExceptionDescription
System.NullReferenceExceptionThe obj parameter is null.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly