Compartilhar via


EqualString(string,string,bool) function

 
Microsoft Office Live Communications Server 2005 with SP1

EqualString

The EqualString function determines whether two supplied strings are equal.

bool EqualString(
  string string1,
  string string2,
  bool ignoreCase
);

Parameters

  • string1
    A string.
  • string2
    A string to compare to string1.
  • ignoreCase
    Indicates whether case should be ignored when matching. If true, case will be ignored; if false, case will be considered.

Return Values

Returns true if string1 and sString2 are equal; false if they are not.

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.