|
ValidateThis API Documentation | ||||
| FRAMES | |||||
WEB-INF.cftags.component
ValidateThis.util.EqualsHelper
public class EqualsHelper
| Constructor Summary | |
|---|---|
init()
|
|
| Method Summary | |
|---|---|
boolean |
isEqual(any thing1, any thing2)
|
boolean |
isInArray(any theThing, array thingArray)
|
boolean |
isInStruct(any theThing, struct thingStruct)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public boolean isEqual(any thing1, any thing2)
thing1 - One thing to comparething2 - Another thing to comparepublic boolean isInArray(any theThing, array thingArray)
theThing - The thing that you want to check for in the arraythingArray - An array of things to checkpublic boolean isInStruct(any theThing, struct thingStruct)
theThing - The thing that you want to check for in the arraythingStruct - A struct of things to check
|
ValidateThis API Documentation | ||||
| FRAMES | |||||