New Member FAQ
|
Forums
|
Earn Revenue
Resources
Entrance
Ask Experts
Exam Papers
Jobs
English
Projects
Universities
Colleges
Courses
Schools
Training
My India
Members
|
Communities
|
Business Directory
|
Classifieds
|
Reviews
|
Silverlight Games
|
Peer Appraisal
|
Bookmarks
|
Polls
|
Mentors
|
Links
|
B.Tech Projects
|
Lobby
|
Gift Shop
|
Chat
My Profile
Sign In
Register
AdSense Revenue
Active Members
Today
sridevi
(37)
Agnes Mary
(30)
N K Ravishanka...
(30)
Last 7 Days
Mr. Anindya
(2274)
PROSENJIT MANN...
(2013)
Pawan Bahuguna
(1251)
more...
Awards & Gifts
Online Exams
Aptitude Questions
General Aptitude Tests
Medical Entrance
Engineering Entrance
Bank Tests
TOEFL & IELTS Questions
Fresher Jobs
Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian cities including Bangalore, Chennai, Hyderabad, Pune or Kochi
Resources
Find educational articles, blogs, discussion threads and other resources.
Colleges
Find details about any college in India or search for courses.
String Object Unequality Operation in C Sharp
Posted Date: Total Responses:
0
Posted By:
Mahesh
Member Level:
Platinum
Points/Cash
: 2
using System;
using System.Collections.Generic;
using System.Text;
namespace FormulaEditor
{
class StringObjectUnequalityOperation : IObjectOperation, IBinaryAcceptor
{
static private readonly Boolean b = false;
static internal readonly StringObjectUnequalityOperation Object
= new StringObjectUnequalityOperation();
protected StringObjectUnequalityOperation()
{
}
#region IObjectOperation Members
int IObjectOperation.Arity
{
get { return 2; }
}
object IObjectOperation.this[object[] x]
{
get { return !("" + x[0]).Equals("" + x[1]); }
}
object IObjectOperation.ReturnType
{
get { return b; }
}
bool IObjectOperation.IsPowered
{
get { return false; }
}
#endregion
#region IBinaryAcceptor Members
IObjectOperation IBinaryAcceptor.Accept(object typeA, object typeB)
{
return this;
}
#endregion
}
}
Project Feedbacks
No feedbacks found. Be the first to respond and make money from
revenue sharing program
.
Post Feedback
You must
Sign In
to post a feedback.
Next Project:
Xml Formula Saver
Previous Project:
IBinary Acceptor using C Sharp
Return to Project Index
Post New Project
Related Projects
AppendIO and ActionListener Using java component
project to calculate tax using c++
To calculate the total marks
Object Formula Tree in C Sharp
Addition of two polynomials in C
Advertise Here
Contact Us
Advertise
Editors
Privacy Policy
Terms Of Use
ISC Technologies.
2006 - 2009 All Rights Reserved.