New Member FAQ | Forums | Earn Revenue


Resources Entrance Ask Experts Exam Papers Jobs English Projects Universities Colleges Courses Schools Training My India



My Profile
Active Members
TodayLast 7 Days more...



Awards & Gifts
Online Exams

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.

website counter



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



Advertise Here





Contact Us   Advertise   Editors    Privacy Policy    Terms Of Use   

ISC Technologies.
2006 - 2009 All Rights Reserved.