Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

checking if a list contains a value unity

if(list.Contains(item)){
	//It does
}else{
	//It not does
}
 
PREVIOUS NEXT
Tagged: #checking #list #unity
ADD COMMENT
Topic
Name
3+8 =