System.Runtime.Serialization.Formatters.Binary.TypeMetadata.IsCompatible C# (CSharp) Method

IsCompatible() public method

public IsCompatible ( TypeMetadata other ) : bool
other TypeMetadata
return bool
		public virtual bool IsCompatible (TypeMetadata other)
		{
			return true;
		}