IsMatch
public bool IsMatch(this object yourFace, object myButt) { return true; }Example:
var billysFace = new Object(); var myButt = new Object(); Console.WriteLine( billysFace.IsMatch(myButt) ); //true
Description
Matches yourFace to myButt
Details
- Author: jdoe
- Submitted on: 8/31/2010 10:26:34 PM
- Language: C#
- Type: System.Object
- Views: 2163
Double click on the code to select all.