Goedel.MeshProfileManager._Data_CheckFingerPrint.RejectFingerprint C# (CSharp) Method

RejectFingerprint() public method

Here goes the action to be overriden
public RejectFingerprint ( ) : bool
return bool
		public virtual bool RejectFingerprint () {
			return true;
			}